diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-07-03 01:43:10 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-07-04 14:59:53 -0700 |
commit | 7eff1df186f8ee14a7552a437a3264fdacfd534f (patch) | |
tree | 61ccdd385465525bfca1b95e587a1ae4b97237a1 /src | |
parent | 951cd18309958d7ad2992d43ac565e91089b5d8c (diff) |
Point tests Podfile to head protobuf podspec
Diffstat (limited to 'src')
-rw-r--r-- | src/objective-c/tests/Podfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile index 026868db12..0d7672f17e 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -1,6 +1,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' +pod 'Protobuf', :git => 'https://github.com/google/protobuf.git' pod 'gRPC', :path => "../../.." pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient" pod 'RouteGuide', :path => "../generated_libraries/RouteGuideClient" |