Skip to content

Commit

Permalink
The podspec is a template. The podspec is a template.
Browse files Browse the repository at this point in the history
The podspec is a template.
  • Loading branch information
jcanizales committed Dec 1, 2015
1 parent e3d9db2 commit 42fe14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/gRPC.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42fe14a

Please sign in to comment.