summaryrefslogtreecommitdiff
path: root/platform/ios/test/OHHTTPStubs/Examples/ObjC/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/OHHTTPStubs/Examples/ObjC/Podfile')
-rw-r--r--platform/ios/test/OHHTTPStubs/Examples/ObjC/Podfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/ios/test/OHHTTPStubs/Examples/ObjC/Podfile b/platform/ios/test/OHHTTPStubs/Examples/ObjC/Podfile
new file mode 100644
index 0000000000..30504595e8
--- /dev/null
+++ b/platform/ios/test/OHHTTPStubs/Examples/ObjC/Podfile
@@ -0,0 +1,6 @@
+source 'https://github.com/CocoaPods/Specs.git'
+
+xcodeproj 'OHHTTPStubsDemo.xcodeproj'
+platform :ios, '6.0'
+
+pod 'OHHTTPStubs', :path => '../..'