aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-ProtoRPC.podspec
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-06-23 14:22:12 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-06-23 14:22:12 -0700
commit565c6a0dacf0e1c8434dc88617e8c838108791d4 (patch)
treee44fb82b14ba56f46604e7eaf68921f169fc4c34 /gRPC-ProtoRPC.podspec
parent667557f22b1cc601c60d3227f209b8cf848738b5 (diff)
Bump Protobuf to beta-3.1
Diffstat (limited to 'gRPC-ProtoRPC.podspec')
-rw-r--r--gRPC-ProtoRPC.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/gRPC-ProtoRPC.podspec b/gRPC-ProtoRPC.podspec
index 6f66f928e6..9cc33c7dbd 100644
--- a/gRPC-ProtoRPC.podspec
+++ b/gRPC-ProtoRPC.podspec
@@ -61,7 +61,7 @@ Pod::Spec.new do |s|
s.dependency 'gRPC', version
s.dependency 'gRPC-RxLibrary', version
- s.dependency 'Protobuf', '~> 3.0.0-beta-2'
+ s.dependency 'Protobuf', '~> 3.0.0-beta-3.1'
# This is needed by all pods that depend on Protobuf:
s.pod_target_xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1',