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