blob: a25d20f477ddf6ce38a5bd7f0eb34a218ea73e0b [file] [log] [blame]
Jorge Canizales816dbd42015-06-10 13:35:17 -07001source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '8.0'
3
Jorge Canizalesc09854b2016-07-01 10:24:17 -07004install! 'cocoapods', :deterministic_uuids => false
5
Jorge Canizales816dbd42015-06-10 13:35:17 -07006target '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'
Jorge Canizales0f213c32016-07-01 11:54:35 -070012end