Home | History | Annotate | Download | only in route_guide
      1 source 'https://github.com/CocoaPods/Specs.git'
      2 platform :ios, '8.0'
      3 
      4 install! 'cocoapods', :deterministic_uuids => false
      5 
      6 target 'RouteGuideClient' do
      7   # Depend on the generated RouteGuide library.
      8   pod 'RouteGuide', :path => '.'
      9 end
     10