aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-05-30 11:00:26 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-05-30 23:08:23 -0700
commitdc42ee624db264a6d76c3a890d0ddcdc86d887d7 (patch)
tree312b6695fbf5a98bf06d13f1c00c055fe9544cb0
parent15c8e1b60c96b859c564e393bd149258e02e0699 (diff)
Add RemoteTestClient to tests' Podfile
-rw-r--r--src/objective-c/tests/Podfile4
1 files changed, 3 insertions, 1 deletions
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'