diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-04-29 03:33:37 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-05-06 16:40:29 -0700 |
commit | f742afccea93fdd4d274175a74805f36b524b951 (patch) | |
tree | b5f600f7229032784ec2efadda34c57a98aa8350 /src/objective-c | |
parent | 4c2056683437bfcd3eed5b76e99a75e8a40e42b4 (diff) |
Update BoringSSL podspec version.
Diffstat (limited to 'src/objective-c')
-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}', |