Skip to content

Commit

Permalink
Merge pull request grpc#7129 from jcanizales/pander-to-pod-lint-borin…
Browse files Browse the repository at this point in the history
…gssl

Fix Cocoapods linter issues with BoringSSL.podspec
  • Loading branch information
makdharma authored Jun 29, 2016
2 parents b19c1d3 + 0d3f178 commit dfc3266
Show file tree
Hide file tree
Showing 3 changed files with 704 additions and 717 deletions.
2 changes: 1 addition & 1 deletion gRPC-Core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = private_build_settings

s.libraries = 'z'
s.dependency "BoringSSL", "~> 3.0"
s.dependency "BoringSSL", "~> 4.0"

# A module map is necessary for a dynamic framework to be correctly created by Cocoapods.
s.module_map = 'include/grpc/module.modulemap'
Expand Down
Loading

0 comments on commit dfc3266

Please sign in to comment.