aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-05-19 16:13:47 -0400
committerThomas Van Lenten <thomasvl@google.com>2016-05-19 16:13:47 -0400
commit12dffd908991fa6bc034b3d3fc2750e42da1ec22 (patch)
treeb720e840765f4eaa0ecc1ca4396d2542e855fe27 /objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
parentcc5296b8692beff00285505dd7062c7d5bcb325a (diff)
parent16dd477a297f4d78326c69a0d99092435b0da24c (diff)
downloadprotobuf-12dffd908991fa6bc034b3d3fc2750e42da1ec22.tar.gz
protobuf-12dffd908991fa6bc034b3d3fc2750e42da1ec22.tar.bz2
protobuf-12dffd908991fa6bc034b3d3fc2750e42da1ec22.zip
Merge pull request #1572 from thomasvl/podspec_tests_2
OS X gitignore cleanup and cocoapods integration tests
Diffstat (limited to 'objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile')
-rw-r--r--objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile b/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
new file mode 100644
index 00000000..956e8148
--- /dev/null
+++ b/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
@@ -0,0 +1,12 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :osx, '10.9'
+
+install! 'cocoapods', :deterministic_uuids => false
+
+if ENV['USE_FRAMEWORKS'] == 'YES' then
+ use_frameworks!
+end
+
+target 'OSXCocoaPodsTester' do
+ pod 'Protobuf', :path => '../../../..'
+end