diff options
author | Craig Tiller <ctiller@google.com> | 2015-05-21 16:48:18 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-05-21 16:48:18 -0700 |
commit | da0b312c7f83adc3e6be7393b112ec44a6b99079 (patch) | |
tree | aac822e89c00dbdbd58d7ed4780af4ae564b1286 /src/objective-c/examples | |
parent | 27e14f40aa2f8297c555ffaf1c65ae43a70f233c (diff) | |
parent | e503dcf1469e3ea27278e31c23f98ecadf3fb170 (diff) |
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
Diffstat (limited to 'src/objective-c/examples')
-rw-r--r-- | src/objective-c/examples/Sample/Podfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile index d30d9c5210..e8b78647ac 100644 --- a/src/objective-c/examples/Sample/Podfile +++ b/src/objective-c/examples/Sample/Podfile @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' pod 'gRPC', :path => "../../../.." -pod 'Protobuf', :git => 'https://github.com/jcanizales/protobuf.git', :branch => 'add-podspec' +pod 'Protobuf', :git => 'https://github.com/google/protobuf.git' pod 'Route_guide', :path => "RouteGuideClient" pod 'RemoteTest', :path => "RemoteTestClient" |