diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-07-29 15:42:00 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-07-29 15:42:00 -0700 |
commit | 72dce2dfbca4503f6d99c59b793c8e6cfe0ce849 (patch) | |
tree | a5b511b80131edbb4d5003048f318621e4079d5f /examples/objective-c/helloworld | |
parent | 4343c904e23a49e6e568579374c6b3d99e9afda7 (diff) |
Update podspecs to use Protobuf 3.0.0
The SwiftSample doesn’t build in this commit, but I need to sync with
head anyway so I’ll first merge v1.0.x into this branch and then debug.
Diffstat (limited to 'examples/objective-c/helloworld')
-rw-r--r-- | examples/objective-c/helloworld/HelloWorld.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/helloworld/HelloWorld.podspec b/examples/objective-c/helloworld/HelloWorld.podspec index 8168e8a492..9f07bd6b30 100644 --- a/examples/objective-c/helloworld/HelloWorld.podspec +++ b/examples/objective-c/helloworld/HelloWorld.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| src = "../../protos" # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients. - s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1.1" + s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1.2" # Pods directory corresponding to this app's Podfile, relative to the location of this podspec. pods_root = 'Pods' |