aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2016-07-01 13:54:25 -0700
committerGitHub <noreply@github.com>2016-07-01 13:54:25 -0700
commitbdeb215cab2985195325fcd5e70c3fa751f46e0f (patch)
tree83e849351e03571358c6f5bddb0a6d82a65ab197 /objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
parentd4d13a4349e4e59d67f311185ddcc1890d956d7a (diff)
parent99ae32a39fefaac7112e6142da379afde3cb408f (diff)
downloadprotobuf-3.0.0-beta-3.tar.gz
protobuf-3.0.0-beta-3.tar.bz2
protobuf-3.0.0-beta-3.zip
Merge pull request #1737 from jcanizales/testv3.0.0-beta-3.33.0.0-beta-3
Merge beta-3.1 fixes into beta-3 branch
Diffstat (limited to 'objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework')
-rw-r--r--objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework10
1 files changed, 10 insertions, 0 deletions
diff --git a/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework b/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
new file mode 100644
index 00000000..27eeafc9
--- /dev/null
+++ b/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
@@ -0,0 +1,10 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :osx, '10.9'
+
+install! 'cocoapods', :deterministic_uuids => false
+
+use_frameworks!
+
+target 'OSXCocoaPodsTester' do
+ pod 'Protobuf', :path => '../../../..'
+end