diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-11-25 22:16:38 -0800 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-11-25 22:16:38 -0800 |
commit | e3d9db2667c9ddd66745450fdd7bfd74f362093c (patch) | |
tree | 4a34892f1ef1a3358855ae71754dc89bec21c455 /examples/objective-c/auth_sample/AuthTestService.podspec | |
parent | d1908b10dd6000c8c6497ccbe89d47f20f89b5fc (diff) |
Adjust version requirements through samples and tests.
Diffstat (limited to 'examples/objective-c/auth_sample/AuthTestService.podspec')
-rw-r--r-- | examples/objective-c/auth_sample/AuthTestService.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/auth_sample/AuthTestService.podspec b/examples/objective-c/auth_sample/AuthTestService.podspec index 9521d4971a..e935626053 100644 --- a/examples/objective-c/auth_sample/AuthTestService.podspec +++ b/examples/objective-c/auth_sample/AuthTestService.podspec @@ -29,7 +29,7 @@ Pod::Spec.new do |s| ss.source_files = "#{dir}/*.pbrpc.{h,m}", "#{dir}/**/*.pbrpc.{h,m}" ss.header_mappings_dir = dir ss.requires_arc = true - ss.dependency "gRPC", "~> 0.11" + ss.dependency "gRPC", "~> 0.12" ss.dependency "#{s.name}/Messages" end end |