diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2017-02-08 15:11:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-08 15:11:36 -0800 |
commit | da7b06c2f8d0dd89ab92589c55d5233f329083c5 (patch) | |
tree | 0e080fc1df0c58cbf805450f2d5411c63e2c0968 /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | |
parent | 7dd42bf3d8fefd00603d6f6e502fc286ac721f81 (diff) | |
parent | 50bd995a9839ae26217dc6f8635b8aba9f379a83 (diff) |
Merge pull request #9606 from muxi/port-9488
Port #9488 and part of #9463
Diffstat (limited to 'src/objective-c/!ProtoCompiler-gRPCPlugin.podspec')
-rw-r--r-- | src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec index 3429e2b29b..1a3b775c60 100644 --- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec +++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec @@ -101,7 +101,7 @@ Pod::Spec.new do |s| 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' |