diff --git a/react-native-fcm.podspec b/react-native-fcm.podspec index 619f2fa64217008385b602c75b4c82643a16d16c..0b24e42e42db9813e19d550f2a88968fe82bb206 100644 --- a/react-native-fcm.podspec +++ b/react-native-fcm.podspec @@ -12,6 +12,8 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/evollu/react-native-fcm.git' } s.platform = :ios, '8.0' s.source_files = "ios/*.{h,m}" + s.static_framework = true + s.dependency "React" s.dependency "Firebase/Messaging" end