summaryrefslogtreecommitdiff
path: root/platform/ios/test/OHHTTPStubs/OHHTTPStubs/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/OHHTTPStubs/OHHTTPStubs/Podfile')
-rw-r--r--platform/ios/test/OHHTTPStubs/OHHTTPStubs/Podfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/platform/ios/test/OHHTTPStubs/OHHTTPStubs/Podfile b/platform/ios/test/OHHTTPStubs/OHHTTPStubs/Podfile
new file mode 100644
index 0000000000..c20f4c541f
--- /dev/null
+++ b/platform/ios/test/OHHTTPStubs/OHHTTPStubs/Podfile
@@ -0,0 +1,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