summaryrefslogtreecommitdiff
path: root/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/OHHTTPStubs/OHHTTPStubs/Podfile')
-rw-r--r--test/ios/OHHTTPStubs/OHHTTPStubs/Podfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile b/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile
index 5e37ca8720..c20f4c541f 100644
--- a/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile
+++ b/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile
@@ -3,11 +3,16 @@ source 'https://github.com/CocoaPods/Specs.git'
xcodeproj 'OHHTTPStubs.xcodeproj'
inhibit_all_warnings!
-target 'OHHTTPStubs iOS Tests' do
+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'