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