From cfeab21e52153e5a3ed62b13dcdb548cbedc0699 Mon Sep 17 00:00:00 2001 From: Jorge Canizales <jcanizales@google.com> Date: Mon, 1 Jun 2015 14:24:53 -0700 Subject: [PATCH] Add Podfile to install RouteGuide proto library in sample app --- objective-c/route_guide/Podfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 objective-c/route_guide/Podfile diff --git a/objective-c/route_guide/Podfile b/objective-c/route_guide/Podfile new file mode 100644 index 0000000000..a97f414685 --- /dev/null +++ b/objective-c/route_guide/Podfile @@ -0,0 +1,7 @@ +source 'https://github.com/CocoaPods/Specs.git' +platform :ios, '8.0' + +target 'RouteGuideClient' do + # Depend on the generated RouteGuide library. + pod 'RouteGuide', :path => '.' +end -- GitLab