diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-12-01 09:34:46 -0800 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-12-01 09:34:46 -0800 |
commit | 42fe14a8769fc4149734089bb17d3ddfef6b6e4b (patch) | |
tree | eecd90ffb8bac0eaaf6532d27e92db4f07de1fad /templates | |
parent | e3d9db2667c9ddd66745450fdd7bfd74f362093c (diff) |
The podspec is a template. The podspec is a template.
The podspec is a template.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/gRPC.podspec.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gRPC.podspec.template b/templates/gRPC.podspec.template index 3885cb337b..de5ed7cd8c 100644 --- a/templates/gRPC.podspec.template +++ b/templates/gRPC.podspec.template @@ -54,7 +54,7 @@ %> Pod::Spec.new do |s| s.name = 'gRPC' - version = '0.11.2' + version = '0.12.0' s.version = version s.summary = 'gRPC client library for iOS/OSX' s.homepage = 'http://www.grpc.io' @@ -97,7 +97,7 @@ ss.requires_arc = false ss.libraries = 'z' - ss.dependency 'OpenSSL', '~> 1.0.200' + ss.dependency 'OpenSSL', '~> 1.0.204.1' # ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w' end |