Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Jan 27, 2024
1 parent 05678e8 commit f4e84b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions react-native-blurhash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ Pod::Spec.new do |s|

s.swift_version = "5.0"

s.dependency "React-Core"

install_modules_dependencies(s)
if defined?(install_modules_dependencies()) != nil
install_modules_dependencies(s);
else
s.dependency "React-Core"
end
end

0 comments on commit f4e84b5

Please sign in to comment.