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