diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-06-02 21:24:22 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-06-04 12:37:20 -0700 |
commit | ba65a1028d5f7ef8f9f0703f3c1a46f3e730bed4 (patch) | |
tree | 13fe210f17a815b504fd96f941fad8648c317df4 /src/objective-c/examples/Sample | |
parent | 669c139a4a41eaca7bff52071510258e65274de7 (diff) |
Point test and sample podfiles to protobuf release
Diffstat (limited to 'src/objective-c/examples/Sample')
-rw-r--r-- | src/objective-c/examples/Sample/Podfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile index f3c49c12a1..72308c1619 100644 --- a/src/objective-c/examples/Sample/Podfile +++ b/src/objective-c/examples/Sample/Podfile @@ -2,7 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' pod 'gRPC', :path => "../../../.." -pod 'Protobuf', :git => 'https://github.com/google/protobuf.git' pod 'RemoteTest', :path => "../../generated_libraries/RemoteTestClient" target 'Sample' do |