Skip to content

Commit

Permalink
fix: Xcode 12 compatibility (henninghall#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantnegi authored Oct 7, 2020
1 parent 1151c20 commit 4a0d106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-date-picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/henninghall/react-native-date-picker.git" }
s.source_files = "ios/RNDatePicker/*.{h,m}"

s.dependency 'React'
end
s.dependency 'React-Core'
end

0 comments on commit 4a0d106

Please sign in to comment.