aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/route_guide/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/objective-c/route_guide/Podfile')
-rw-r--r--examples/objective-c/route_guide/Podfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/objective-c/route_guide/Podfile b/examples/objective-c/route_guide/Podfile
index a97f414685..efa46bba4f 100644
--- a/examples/objective-c/route_guide/Podfile
+++ b/examples/objective-c/route_guide/Podfile
@@ -2,6 +2,8 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'RouteGuideClient' do
+ pod 'Protobuf', :path => "../../../third_party/protobuf"
+ pod 'gRPC', :path => "../../.."
# Depend on the generated RouteGuide library.
pod 'RouteGuide', :path => '.'
end