Skip to content

Commit

Permalink
Add macOS back to podspec platforms (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel authored Dec 18, 2023
1 parent ee3c812 commit 541c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNCClipboard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|

install_modules_dependencies(s)
else
s.platforms = { :ios => "9.0", :tvos => "9.0" }
s.platforms = { :ios => "9.0", :tvos => "9.0", :osx => "10.14" }

s.dependency "React-Core"
end
Expand Down

0 comments on commit 541c031

Please sign in to comment.