Skip to content

Commit

Permalink
Merge pull request grpc#4881 from jcanizales/release-boringssl-pod
Browse files Browse the repository at this point in the history
Upgrade BoringSSL podspec to v2.0
  • Loading branch information
murgatroid99 committed Jan 26, 2016
2 parents 3c82d0c + 38cc4a4 commit a1a6a10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ Pod::Spec.new do |s|

ss.requires_arc = false
ss.libraries = 'z'
ss.dependency 'BoringSSL', '~> 1.0'
ss.dependency 'BoringSSL', '~> 2.0'

# ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
end
Expand Down
4 changes: 2 additions & 2 deletions src/objective-c/BoringSSL.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

Pod::Spec.new do |s|
s.name = 'BoringSSL'
s.version = '1.0'
s.version = '2.0'
s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google’s needs.'
# Adapted from the homepage:
s.description = <<-DESC
Expand Down Expand Up @@ -67,7 +67,7 @@ Pod::Spec.new do |s|
s.authors = 'Adam Langley', 'David Benjamin', 'Matt Braithwaite'

s.source = { :git => 'https://boringssl.googlesource.com/boringssl',
:tag => 'version_for_cocoapods_1.0' }
:tag => 'version_for_cocoapods_2.0' }

s.source_files = 'ssl/*.{h,c}',
'ssl/**/*.{h,c}',
Expand Down
2 changes: 1 addition & 1 deletion templates/gRPC.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

ss.requires_arc = false
ss.libraries = 'z'
ss.dependency 'BoringSSL', '~> 1.0'
ss.dependency 'BoringSSL', '~> 2.0'

# ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
end
Expand Down

0 comments on commit a1a6a10

Please sign in to comment.