aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-07-08 11:12:19 -0700
committerGravatar Michael Lumish <mlumish@google.com>2015-07-08 11:12:19 -0700
commit443f58e37bd82387813efe896ce65db66836784d (patch)
treee162fda0135c82ef0443fb35a49edebef4690665 /src/objective-c/tests
parent10441a94012307abd001b89508f73a54ade088c2 (diff)
parent1773007f5bc7e672474eda81cbb86befceb552a9 (diff)
Merge pull request #2302 from jcanizales/point-to-protobuf-head
Point tests to protobuf head
Diffstat (limited to 'src/objective-c/tests')
-rw-r--r--src/objective-c/tests/Podfile1
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"