aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc-common/objective-c/auth_sample/Podfile
blob: dd4fd558c0e37b76469ba95cb58029e32f3e61fa (plain)
1
2
3
4
5
6
7
8
9
10
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