aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/Sample/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-03-20 19:18:02 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-04-21 13:26:26 -0700
commit14ae0b051b66e75f4c73a645a1a06fc9d10a2a67 (patch)
tree0a9164b9c760161af8b755b1ff4f587683cdae1e /src/objective-c/examples/Sample/Podfile
parent3cdb3b627e4d43806567c6591b5691cd1b6d36d2 (diff)
Add dependency to Protobuf 2.6 to the podfile
Diffstat (limited to 'src/objective-c/examples/Sample/Podfile')
-rw-r--r--src/objective-c/examples/Sample/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile
index 848627ff54..4da8bc44f6 100644
--- a/src/objective-c/examples/Sample/Podfile
+++ b/src/objective-c/examples/Sample/Podfile
@@ -2,6 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'gRPC', :path => "../../../.."
+pod 'ProtocolBuffers', '~> 1.9'
link_with 'Sample', 'SampleTests'