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

xcodeproj 'OHHTTPStubs.xcodeproj'
inhibit_all_warnings!

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

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