aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-Core.podspec.template
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-10-21 14:46:01 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-10-21 14:46:01 -0700
commit6fd881e1839fcccb687d3fee69167f5e3e7fb395 (patch)
tree03105b60f6f25dc03a209cec2e98f245996c683d /templates/gRPC-Core.podspec.template
parent395facaf7650a01317b579ed7e5d74659ef25954 (diff)
Advance versions of BoringSSL in podspec and template
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r--templates/gRPC-Core.podspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index dff7ce07d6..3c8e7edab8 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -147,7 +147,7 @@
ss.header_mappings_dir = '.'
ss.libraries = 'z'
ss.dependency "#{s.name}/Interface", version
- ss.dependency 'BoringSSL', '~> 6.0'
+ ss.dependency 'BoringSSL', '~> 7.0'
# To save you from scrolling, this is the last part of the podspec.
ss.source_files = ${ruby_multiline_list(grpc_private_files(libs), 22)}