diff options
author | Muxi Yan <mxyan@google.com> | 2017-02-09 11:21:57 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-02-09 11:21:57 -0800 |
commit | 0fccdb83273e3d876dfb5c03f548b9347f13dd83 (patch) | |
tree | 821e1f4cfc200a9d31fa8af318dce0edcee19934 /templates/src/objective-c | |
parent | e5ca175aeb1e8c47c1a588a2ffa9dd884362edae (diff) |
Advance protoc podspec template version to 3.1.0 as well
Diffstat (limited to 'templates/src/objective-c')
-rw-r--r-- | templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template b/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template index 80420af7db..3a10cfab3c 100644 --- a/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template +++ b/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template @@ -103,7 +103,7 @@ s.preserve_paths = plugin # Restrict the protoc version to the one supported by this plugin. - s.dependency '!ProtoCompiler', '3.0.2' + s.dependency '!ProtoCompiler', '3.1.0' # For the Protobuf dependency not to complain: s.ios.deployment_target = '7.1' s.osx.deployment_target = '10.9' |