Update react-native-fcm.podspec
Showing
| ... | ... | @@ -12,6 +12,7 @@ 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" | ||
| ... | ... |
Please register or sign in to comment