diff --git a/objective-c/route_guide/Podfile b/objective-c/route_guide/Podfile new file mode 100644 index 0000000..a97f414 --- /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