Jorge Canizales | 816dbd4 | 2015-06-10 13:35:17 -0700 | [diff] [blame] | 1 | source 'https://github.com/CocoaPods/Specs.git' |
| 2 | platform :ios, '8.0' |
| 3 | |
Jorge Canizales | 739c078 | 2015-10-23 13:25:58 -0700 | [diff] [blame] | 4 | pod 'Protobuf', :path => "../../../third_party/protobuf" |
Jorge Canizales | 0c0d15f | 2015-12-01 10:37:42 -0800 | [diff] [blame] | 5 | pod 'BoringSSL', :podspec => "../../../src/objective-c" |
Jorge Canizales | 739c078 | 2015-10-23 13:25:58 -0700 | [diff] [blame] | 6 | pod 'gRPC', :path => "../../.." |
| 7 | |
Jorge Canizales | 816dbd4 | 2015-06-10 13:35:17 -0700 | [diff] [blame] | 8 | target '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' |
| 14 | end |