aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-ProtoRPC.podspec
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-06-08 19:20:16 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-06-08 19:21:58 -0700
commitdb502a79862c1db33da355e7c2ebaf97019132b6 (patch)
tree09bd748fcab251fd3528d465ef996f13941baf8d /gRPC-ProtoRPC.podspec
parent66c8ddd9201f1da0476f5f85ce27c34c867d27d0 (diff)
Update documentation and samples.
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 1ff539d5ee..6f66f928e6 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-alpha-4'
+ s.dependency 'Protobuf', '~> 3.0.0-beta-2'
# This is needed by all pods that depend on Protobuf:
s.pod_target_xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1',