Skip to content
Snippets Groups Projects
Commit 83f746b4 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Upgrade BoringSSL podspec to v2.0

parent 3c82d0cf
No related branches found
No related tags found
No related merge requests found
...@@ -582,7 +582,7 @@ Pod::Spec.new do |s| ...@@ -582,7 +582,7 @@ Pod::Spec.new do |s|
ss.requires_arc = false ss.requires_arc = false
ss.libraries = 'z' ss.libraries = 'z'
ss.dependency 'BoringSSL', '~> 1.0' ss.dependency 'BoringSSL', '~> 2.0'
# ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w' # ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
end end
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'BoringSSL' 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.' s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google’s needs.'
# Adapted from the homepage: # Adapted from the homepage:
s.description = <<-DESC s.description = <<-DESC
...@@ -67,7 +67,7 @@ Pod::Spec.new do |s| ...@@ -67,7 +67,7 @@ Pod::Spec.new do |s|
s.authors = 'Adam Langley', 'David Benjamin', 'Matt Braithwaite' s.authors = 'Adam Langley', 'David Benjamin', 'Matt Braithwaite'
s.source = { :git => 'https://boringssl.googlesource.com/boringssl', 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}', s.source_files = 'ssl/*.{h,c}',
'ssl/**/*.{h,c}', 'ssl/**/*.{h,c}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment