Skip to content

Commit

Permalink
Merge pull request #498 from Fetten/patch-1
Browse files Browse the repository at this point in the history
fix: Xcode 12 compatibility
  • Loading branch information
crazycodeboy authored Dec 5, 2021
2 parents 9958cae + 0bbf031 commit 6af465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-splash-screen.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/crazycodeboy/react-native-splash-screen", :tag => "v#{s.version}" }
s.source_files = "ios/*.{h,m}"
s.dependency "React"
s.dependency "React-Core"
end

0 comments on commit 6af465d

Please sign in to comment.