blob: 8eeb9677d9f7d5995aa4282d7990799bbe5562a3 [file] [log] [blame]
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
install! 'cocoapods', :deterministic_uuids => false
target 'AuthSample' do
# Depend on the generated AuthTestService library.
pod 'AuthTestService', :path => '.'
# Depend on Google's OAuth2 library
pod 'Google/SignIn'
end