aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC.podspec.template
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-04-29 03:08:10 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-05-06 16:40:25 -0700
commit4c2056683437bfcd3eed5b76e99a75e8a40e42b4 (patch)
treead92395aedcd946a2372f08a7d056c5820504c5e /templates/gRPC.podspec.template
parentf58b4f41ff671cd8f38ca524cfedfe454ff72aeb (diff)
Depend on latest BoringSSL
Diffstat (limited to 'templates/gRPC.podspec.template')
-rw-r--r--templates/gRPC.podspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC.podspec.template b/templates/gRPC.podspec.template
index d822d6c64e..45b923c43e 100644
--- a/templates/gRPC.podspec.template
+++ b/templates/gRPC.podspec.template
@@ -98,7 +98,7 @@
ss.requires_arc = false
ss.libraries = 'z'
- ss.dependency 'BoringSSL', '~> 2.0'
+ ss.dependency 'BoringSSL', '~> 3.0'
# ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
end