summaryrefslogtreecommitdiff
path: root/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile
blob: c20f4c541fef88b973778230700dbf57c7940c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source 'https://github.com/CocoaPods/Specs.git'

xcodeproj 'OHHTTPStubs.xcodeproj'
inhibit_all_warnings!

target 'OHHTTPStubs iOS Lib Tests' do
    platform :ios, '6.0'
    pod 'AFNetworking', '2.5.0'
end

target 'OHHTTPStubs iOS Fmk Tests' do
    platform :ios, '8.0'
    pod 'AFNetworking', '2.5.0'
end

target 'OHHTTPStubs Mac Tests' do
    platform :osx, '10.8'
    pod 'AFNetworking', '2.5.0'
end