Merge pull request #736 from Titozzz/patch-1
Fix cocoapods react-native-fcm 11
Showing
... | @@ -12,6 +12,9 @@ Pod::Spec.new do |s| | ... | @@ -12,6 +12,9 @@ Pod::Spec.new do |s| |
s.source = { :git => 'https://github.com/evollu/react-native-fcm.git' } | s.source = { :git => 'https://github.com/evollu/react-native-fcm.git' } | ||
s.platform = :ios, '8.0' | s.platform = :ios, '8.0' | ||
s.source_files = "ios/*.{h,m}" | s.source_files = "ios/*.{h,m}" | ||
s.public_header_files = ['ios/RNFIRMessaging.h'] | |||
s.static_framework = true | |||
s.dependency "React" | |||
s.dependency "Firebase/Messaging" | s.dependency "Firebase/Messaging" | ||
end | end |
Please register or sign in to comment