Browse Source

fix: Xcode 12 compatibility (#251)

master
Vikrant Negi 4 years ago
committed by GitHub
parent
commit
4a0d106f2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      react-native-date-picker.podspec

+ 2
- 2
react-native-date-picker.podspec View File

@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/henninghall/react-native-date-picker.git" } s.source = { :git => "https://github.com/henninghall/react-native-date-picker.git" }
s.source_files = "ios/RNDatePicker/*.{h,m}" s.source_files = "ios/RNDatePicker/*.{h,m}"
s.dependency 'React'
end
s.dependency 'React-Core'
end

Loading…
Cancel
Save