Podfile 302 B

123456789101112
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '9.0'
  3. install! 'cocoapods', :deterministic_uuids => false
  4. target 'AuthSample' do
  5. # Depend on the generated AuthTestService library.
  6. pod 'AuthTestService', :path => '.'
  7. # Depend on Google's OAuth2 library
  8. pod 'Google/SignIn'
  9. end