summaryrefslogtreecommitdiff
path: root/platform/ios/uitest/OHHTTPStubs/OHHTTPStubs/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/uitest/OHHTTPStubs/OHHTTPStubs/Podfile')
m---------platform/ios/uitest/OHHTTPStubs0
-rw-r--r--platform/ios/uitest/OHHTTPStubs/OHHTTPStubs/Podfile19
2 files changed, 0 insertions, 19 deletions
diff --git a/platform/ios/uitest/OHHTTPStubs b/platform/ios/uitest/OHHTTPStubs
new file mode 160000
+Subproject deed01a1592210a4c37f3f5c5f2b32fe0e41c60
diff --git a/platform/ios/uitest/OHHTTPStubs/OHHTTPStubs/Podfile b/platform/ios/uitest/OHHTTPStubs/OHHTTPStubs/Podfile
deleted file mode 100644
index c20f4c541f..0000000000
--- a/platform/ios/uitest/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