summaryrefslogtreecommitdiff
path: root/test/ios/OHHTTPStubs/Examples/Swift/Podfile
blob: a0112f4b24f6891add63102fd21b3ed04a4e1774 (plain)
1
2
3
4
5
6
7
source 'https://github.com/CocoaPods/Specs.git'

xcodeproj 'OHHTTPStubsDemo.xcodeproj'
platform :ios, '8.0'
use_frameworks!

pod 'OHHTTPStubs', :path => '../..'