diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-06-23 14:22:12 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-06-23 14:22:12 -0700 |
commit | 565c6a0dacf0e1c8434dc88617e8c838108791d4 (patch) | |
tree | e44fb82b14ba56f46604e7eaf68921f169fc4c34 /src/objective-c/examples/RemoteTestClient | |
parent | 667557f22b1cc601c60d3227f209b8cf848738b5 (diff) |
Bump Protobuf to beta-3.1
Diffstat (limited to 'src/objective-c/examples/RemoteTestClient')
-rw-r--r-- | src/objective-c/examples/RemoteTestClient/RemoteTest.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec index 18a9443944..e3b50ddea5 100644 --- a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec +++ b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| ms.source_files = '*.pbobjc.{h,m}' ms.header_mappings_dir = '.' ms.requires_arc = false - ms.dependency 'Protobuf', '~> 3.0.0-beta-2' + ms.dependency 'Protobuf', '~> 3.0.0-beta-3.1' # This is needed by all pods that depend on Protobuf: ms.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1', |