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

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

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