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/Podfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile b/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile
deleted file mode 100644
index c20f4c541f..0000000000
--- a/test/ios/OHHTTPStubs/OHHTTPStubs/Podfile
+++ /dev/null
@@ -1,19 +0,0 @@
-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