diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-06-08 19:20:16 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-06-08 19:21:58 -0700 |
commit | db502a79862c1db33da355e7c2ebaf97019132b6 (patch) | |
tree | 09bd748fcab251fd3528d465ef996f13941baf8d /gRPC-ProtoRPC.podspec | |
parent | 66c8ddd9201f1da0476f5f85ce27c34c867d27d0 (diff) |
Update documentation and samples.
Diffstat (limited to 'gRPC-ProtoRPC.podspec')
-rw-r--r-- | gRPC-ProtoRPC.podspec | 2 |
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', |