Skip to content

Commit

Permalink
Update React.podspec to require cocoapods >= 1.10.1 (#31134)
Browse files Browse the repository at this point in the history
Summary:
According to #30922 (comment)
Cocoapods 1.10.1 is required to compile iOS deps (OpenSSL).

Fixes #30922 (comment)

Changelog:
[iOS][Changed] - Update React.podspec to require cocoapods >= 1.10.1

Pull Request resolved: #31134

Reviewed By: fkgozali

Differential Revision: D27447225

Pulled By: hramos

fbshipit-source-id: 3429250597e3eff58272dc880dbc3e7c38dcb70e
  • Loading branch information
sunnylqm authored and facebook-github-bot committed Mar 31, 2021
1 parent 1e690ac commit b50b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "11.0" }
s.source = source
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
s.cocoapods_version = ">= 1.2.0"
s.cocoapods_version = ">= 1.10.1"

s.dependency "React-Core", version
s.dependency "React-Core/DevSupport", version
Expand Down

0 comments on commit b50b7e3

Please sign in to comment.