diff options
author | Michael Lumish <mlumish@google.com> | 2015-07-08 11:12:19 -0700 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2015-07-08 11:12:19 -0700 |
commit | 443f58e37bd82387813efe896ce65db66836784d (patch) | |
tree | e162fda0135c82ef0443fb35a49edebef4690665 /src | |
parent | 10441a94012307abd001b89508f73a54ade088c2 (diff) | |
parent | 1773007f5bc7e672474eda81cbb86befceb552a9 (diff) |
Merge pull request #2302 from jcanizales/point-to-protobuf-head
Point tests to protobuf head
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..2aa837f764 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', :path => "../../../third_party/protobuf" pod 'gRPC', :path => "../../.." pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient" pod 'RouteGuide', :path => "../generated_libraries/RouteGuideClient" |