diff --git a/react-native-background-timer.podspec b/react-native-background-timer.podspec index 8ed4b96..15a48d4 100644 --- a/react-native-background-timer.podspec +++ b/react-native-background-timer.podspec @@ -19,4 +19,6 @@ Pod::Spec.new do |s| s.preserve_paths = 'README.md', 'package.json', 'index.js' s.source_files = 'ios/*.{h,m}' + s.dependency 'React' + end