Skip to content
Snippets Groups Projects
Commit 0d718cd0 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Point gRPC.podspec to pushed BoringSSL version

(1.0)
parent 5d92bdaa
No related branches found
No related tags found
No related merge requests found
...@@ -575,9 +575,7 @@ Pod::Spec.new do |s| ...@@ -575,9 +575,7 @@ Pod::Spec.new do |s|
ss.requires_arc = false ss.requires_arc = false
ss.libraries = 'z' ss.libraries = 'z'
ss.dependency 'BoringSSL' ss.dependency 'BoringSSL', '~> 1.0'
# ss.dependency 'OpenSSL', '~> 1.0.200'
# ss.dependency 'OpenSSL-for-iOS', '~> 1.0.2.d.1'
# ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w' # ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
end end
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
ss.requires_arc = false ss.requires_arc = false
ss.libraries = 'z' ss.libraries = 'z'
ss.dependency 'OpenSSL', '~> 1.0.204.1' ss.dependency 'BoringSSL', '~> 1.0'
# ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w' # ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment