blob: dd4fd558c0e37b76469ba95cb58029e32f3e61fa [file] [log] [blame]
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'AuthSample' do
# Depend on the generated AuthTestService library.
pod 'AuthTestService', :path => '.'
# Depend on Google's OAuth2 library
pod 'Google/SignIn'
end