aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/route_guide/Podfile
blob: b77eb1b11d1df8799bc02625d360dedeb95c039d (plain)
1
2
3
4
5
6
7
8
9
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

install! 'cocoapods', :deterministic_uuids => false

target 'RouteGuideClient' do
  # Depend on the generated RouteGuide library.
  pod 'RouteGuide', :path => '.'
end