aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-05-31 12:31:48 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-05-31 17:38:38 -0700
commit244365d5216424dc384915f1e0f99adcfc1ef246 (patch)
treef2869c4368649e7708bb9a9c947d26cfd8936812 /src/objective-c/tests/Podfile
parent0f5ee82cea9acdb44191353b4d37a689615ea483 (diff)
Add RouteGuideClient to tests’ Podfile
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index d8fea6edb1..c099fb5182 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -4,6 +4,7 @@ platform :ios, '8.0'
pod 'gRPC', :path => "../../.."
pod 'Protobuf', :git => 'https://github.com/google/protobuf.git'
pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient"
+pod 'Route_guide', :path => "../generated_libraries/RouteGuideClient"
link_with 'AllTests'