From 7eff1df186f8ee14a7552a437a3264fdacfd534f Mon Sep 17 00:00:00 2001
From: Jorge Canizales <jcanizales@google.com>
Date: Fri, 3 Jul 2015 01:43:10 -0700
Subject: [PATCH] Point tests Podfile to head protobuf podspec

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

diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 026868db12..0d7672f17e 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -1,6 +1,7 @@
 source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 
+pod 'Protobuf', :git => 'https://github.com/google/protobuf.git'
 pod 'gRPC', :path => "../../.."
 pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient"
 pod 'RouteGuide', :path => "../generated_libraries/RouteGuideClient"
-- 
GitLab