aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
diff options
context:
space:
mode:
Diffstat (limited to 'objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static')
-rw-r--r--objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static8
1 files changed, 8 insertions, 0 deletions
diff --git a/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static b/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
new file mode 100644
index 00000000..e9b3c235
--- /dev/null
+++ b/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
@@ -0,0 +1,8 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :ios, '8.0'
+
+install! 'cocoapods', :deterministic_uuids => false
+
+target 'iOSCocoaPodsTester' do
+ pod 'Protobuf', :path => '../../../..'
+end