Podfile 237 B

123456789
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '9.0'
  3. install! 'cocoapods', :deterministic_uuids => false
  4. target 'RouteGuideClient' do
  5. # Depend on the generated RouteGuide library.
  6. pod 'RouteGuide', :path => '.'
  7. end