aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 12:09:07 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 12:10:17 -0700
commitfffff2296c9b897a0828bd613ded6bd865ebb07e (patch)
tree6970c435f4ee96a2b0bc43f5db14e21092177b63
parent0af0ae471504d4bc3ca3d9b74df12e8c1363d87b (diff)
Point BoringSSL.podspec to 5.0 commit (pending tag)
-rw-r--r--src/objective-c/BoringSSL.podspec7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/objective-c/BoringSSL.podspec b/src/objective-c/BoringSSL.podspec
index 01f01bff8f..9cbf6bfc9f 100644
--- a/src/objective-c/BoringSSL.podspec
+++ b/src/objective-c/BoringSSL.podspec
@@ -67,8 +67,11 @@ Pod::Spec.new do |s|
# "The name and email addresses of the library maintainers, not the Podspec maintainer."
s.authors = 'Adam Langley', 'David Benjamin', 'Matt Braithwaite'
- s.source = { :git => 'https://boringssl.googlesource.com/boringssl',
- :tag => "version_for_cocoapods_#{version}" }
+ s.source = {
+ :git => 'https://boringssl.googlesource.com/boringssl',
+ # :tag => "version_for_cocoapods_#{version}",
+ :commit => '8d343b44bbab829d1a28fdef650ca95f7db4412e',
+ }
name = 'openssl'