Jorge Canizales | 816dbd4 | 2015-06-10 13:35:17 -0700 | [diff] [blame^] | 1 | source 'https://github.com/CocoaPods/Specs.git' |
2 | platform :ios, '8.0' | ||||
3 | |||||
4 | target 'AuthSample' do | ||||
5 | # Depend on the generated AuthTestService library. | ||||
6 | pod 'AuthTestService', :path => '.' | ||||
7 | |||||
8 | # Depend on Google's OAuth2 library | ||||
9 | pod 'Google/SignIn' | ||||
10 | end |