diff --git a/react-native-date-picker.podspec b/react-native-date-picker.podspec index c8d155d..8759de4 100644 --- a/react-native-date-picker.podspec +++ b/react-native-date-picker.podspec @@ -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 \ No newline at end of file + s.dependency 'React-Core' +end