From dc42ee624db264a6d76c3a890d0ddcdc86d887d7 Mon Sep 17 00:00:00 2001
From: Jorge Canizales <jcanizales@google.com>
Date: Sat, 30 May 2015 11:00:26 -0700
Subject: [PATCH] Add RemoteTestClient to tests' Podfile

---
 src/objective-c/tests/Podfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 6df063a380..d8fea6edb1 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -1,7 +1,9 @@
 source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 
-pod 'gRPC/RxLibrary', :path => "../../.."
+pod 'gRPC', :path => "../../.."
+pod 'Protobuf', :git => 'https://github.com/google/protobuf.git'
+pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient"
 
 link_with 'AllTests'
 
-- 
GitLab