blob: 7affe08743cb8e80f451c5ad2858bf7558096f63 [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"
Jorge Canizales0c0d15f2015-12-01 10:37:42 -08005pod 'BoringSSL', :podspec => "../../../src/objective-c"
Jorge Canizales739c0782015-10-23 13:25:58 -07006pod 'gRPC', :path => "../../.."
7
Jorge Canizales816dbd42015-06-10 13:35:17 -07008target 'AuthSample' do
9 # Depend on the generated AuthTestService library.
10 pod 'AuthTestService', :path => '.'
11
12 # Depend on Google's OAuth2 library
13 pod 'Google/SignIn'
14end