Add Podfile to install RouteGuide proto library in sample app

This commit is contained in:
Jorge Canizales 2015-06-01 14:24:53 -07:00
parent f3e6be42ec
commit cfeab21e52
1 changed files with 7 additions and 0 deletions

View File

@ -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