blob: ea70511dc6caba4bf3452919b6f52defdc371f13 [file] [log] [blame]
Jorge Canizales816dbd42015-06-10 13:35:17 -07001source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '8.0'
3
Jorge Canizales739c0782015-10-23 13:25:58 -07004pod 'Protobuf', :path => "../../../third_party/protobuf"
5pod 'gRPC', :path => "../../.."
6
Jorge Canizales816dbd42015-06-10 13:35:17 -07007target 'AuthSample' do
8 # Depend on the generated AuthTestService library.
9 pod 'AuthTestService', :path => '.'
10
11 # Depend on Google's OAuth2 library
12 pod 'Google/SignIn'
13end