aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/route_guide/Podfile
blob: a97f4146858af7c2a39fd003659b0151ac652b85 (plain)
1
2
3
4
5
6
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