aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-11-25 22:16:38 -0800
committerGravatar Jorge Canizales <jcanizales@google.com>2015-11-25 22:16:38 -0800
commite3d9db2667c9ddd66745450fdd7bfd74f362093c (patch)
tree4a34892f1ef1a3358855ae71754dc89bec21c455 /src/objective-c/examples
parentd1908b10dd6000c8c6497ccbe89d47f20f89b5fc (diff)
Adjust version requirements through samples and tests.
Diffstat (limited to 'src/objective-c/examples')
-rw-r--r--src/objective-c/examples/RemoteTestClient/RemoteTest.podspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
index d4f8084cb5..5addf26fc4 100644
--- a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
+++ b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
@@ -3,8 +3,8 @@ Pod::Spec.new do |s|
s.version = "0.0.1"
s.license = "New BSD"
- s.ios.deployment_target = "6.0"
- s.osx.deployment_target = "10.8"
+ s.ios.deployment_target = '7.1'
+ s.osx.deployment_target = '10.9'
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
s.prepare_command = <<-CMD
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
ss.source_files = "*.pbrpc.{h,m}"
ss.header_mappings_dir = "."
ss.requires_arc = true
- ss.dependency "gRPC", "~> 0.7"
+ ss.dependency "gRPC", "~> 0.12"
ss.dependency "#{s.name}/Messages"
end
end