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" |
| 5 | pod 'gRPC', :path => "../../.." |
| 6 | |
Jorge Canizales | 816dbd4 | 2015-06-10 13:35:17 -0700 | [diff] [blame] | 7 | target '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' |
| 13 | end |