diff --git a/react-native-fcm.podspec b/react-native-fcm.podspec index 619f2fa64217008385b602c75b4c82643a16d16c..0eb8862a9be8189b3a758794e13494fa7be848fb 100644 --- a/react-native-fcm.podspec +++ b/react-native-fcm.podspec @@ -12,6 +12,9 @@ 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.public_header_files = ['ios/RNFIRMessaging.h'] + s.static_framework = true + s.dependency "React" s.dependency "Firebase/Messaging" end