Skip to content

Commit

Permalink
chore: Update React.podspec to require cocoapods >= 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Mar 11, 2021
1 parent 138fdbc commit 8a6ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React.podspec
Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "10.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 8a6ac1f

Please sign in to comment.