aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.6.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static')
-rw-r--r--third_party/protobuf/3.6.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/protobuf/3.6.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static b/third_party/protobuf/3.6.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static
new file mode 100644
index 0000000000..5dfc8de578
--- /dev/null
+++ b/third_party/protobuf/3.6.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static
@@ -0,0 +1,8 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :osx, '10.9'
+
+install! 'cocoapods', :deterministic_uuids => false
+
+target 'OSXCocoaPodsTester' do
+ pod 'Protobuf', :path => '../../../..'
+end