blob: dd4fd558c0e37b76469ba95cb58029e32f3e61fa [file] [log] [blame]
Jorge Canizales816dbd42015-06-10 13:35:17 -07001source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '8.0'
3
4target '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'
10end