Home | History | Annotate | Download | only in auth_sample
      1 source 'https://github.com/CocoaPods/Specs.git'
      2 platform :ios, '8.0'
      3 
      4 install! 'cocoapods', :deterministic_uuids => false
      5 
      6 target 'AuthSample' do
      7   # Depend on the generated AuthTestService library.
      8   pod 'AuthTestService', :path => '.'
      9 
     10   # Depend on Google's OAuth2 library
     11   pod 'Google/SignIn'
     12 end
     13