xref: /aosp_15_r20/external/grpc-grpc/examples/objective-c/auth_sample/Podfile (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '10.0'
3
4install! 'cocoapods', :deterministic_uuids => false
5
6target 'AuthSample' do
7  # Depend on the generated AuthTestService library.
8  pod 'AuthTestService', :path => '.'
9
10  # Depend on Google's OAuth2 library
11  pod 'Google/SignIn'
12end
13