diff --git a/react-native-image-editor.podspec b/react-native-image-editor.podspec index 3175c5e..9314f98 100644 --- a/react-native-image-editor.podspec +++ b/react-native-image-editor.podspec @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/react-native-community/react-native-image-editor.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m}" - s.dependency 'React' + s.dependency 'React-Core' s.dependency 'React-RCTImage' end