aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
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 /src/objective-c/tests
parent667557f22b1cc601c60d3227f209b8cf848738b5 (diff)
Bump Protobuf to beta-3.1
Diffstat (limited to 'src/objective-c/tests')
-rw-r--r--src/objective-c/tests/RemoteTestClient/RemoteTest.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec b/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec
index 8e72b2c8fe..887380eb55 100644
--- a/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec
+++ b/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec
@@ -22,7 +22,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',