Commit b8a814ba authored by Thibault Malbranche's avatar Thibault Malbranche Committed by GitHub

Fix cocoapods react-native-fcm 11

This Requires cocoapods 1.4 to run
sudo gem install cocoapods --pre
parent fc499968
......@@ -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
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