From 14ae0b051b66e75f4c73a645a1a06fc9d10a2a67 Mon Sep 17 00:00:00 2001
From: Jorge Canizales <jcanizales@google.com>
Date: Fri, 20 Mar 2015 19:18:02 -0700
Subject: [PATCH] Add dependency to Protobuf 2.6 to the podfile

---
 src/objective-c/examples/Sample/Podfile | 1 +
 1 file changed, 1 insertion(+)

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'
 
-- 
GitLab