Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Xcode 12 compatibility
  • Loading branch information
radko93 authored Sep 17, 2020
commit 0c6c46348c29b0f992d6f731b052619d08b447c9
2 changes: 1 addition & 1 deletion RNCPushNotificationIOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|

s.platform = :ios, "9.0"

s.dependency "React"
s.dependency "React-Core"

end