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