diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-07-18 17:51:31 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-07-18 17:51:31 -0700 |
commit | f8c4580939cb6c89efad981800dbad8b06dcb173 (patch) | |
tree | 679016b698f4f9714e91421808dda494de59e402 /examples/objective-c/route_guide | |
parent | 854c16706965b225ce24475ebe405bf370ab61e1 (diff) |
Commit as 1.0.0-pre1 so we can release already.
Diffstat (limited to 'examples/objective-c/route_guide')
-rw-r--r-- | examples/objective-c/route_guide/RouteGuide.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/route_guide/RouteGuide.podspec b/examples/objective-c/route_guide/RouteGuide.podspec index 729b45f87a..04bc10bc0b 100644 --- a/examples/objective-c/route_guide/RouteGuide.podspec +++ b/examples/objective-c/route_guide/RouteGuide.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" + s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1" # Pods directory corresponding to this app's Podfile, relative to the location of this podspec. pods_root = 'Pods' |