Commit d28ddc5a authored by Libin Lu's avatar Libin Lu Committed by GitHub

Merge pull request #736 from Titozzz/patch-1

Fix cocoapods react-native-fcm 11
parents 51df4117 b373805b
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment