diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-05-09 23:13:44 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-05-09 23:13:44 -0700 |
commit | b98e24b32b708c929cf14ea13f5fc94234a56995 (patch) | |
tree | 29c4fce0b917076a1bbf3886a36a53ee5734cbca /src | |
parent | 794834f56eba1c8748820d0716ce7177b1b04b6c (diff) | |
parent | f4639d485892341e66ef24521600fb20496c10cf (diff) |
Merge pull request #6480 from jcanizales/update-version-master
Update podspec versions in master branch
Diffstat (limited to 'src')
-rw-r--r-- | src/objective-c/BoringSSL.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/BoringSSL.podspec b/src/objective-c/BoringSSL.podspec index 4a6df910a7..7d1de80716 100644 --- a/src/objective-c/BoringSSL.podspec +++ b/src/objective-c/BoringSSL.podspec @@ -31,7 +31,7 @@ Pod::Spec.new do |s| s.name = 'BoringSSL' - s.version = '2.0' + s.version = '3.0' s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google’s needs.' # Adapted from the homepage: s.description = <<-DESC @@ -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_2.0' } + :tag => 'version_for_cocoapods_3.0' } s.source_files = 'ssl/*.{h,c}', 'ssl/**/*.{h,c}', |