From b373805ba9d7ce21fa395d8573f5d877b268a96f Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Thu, 11 Jan 2018 10:22:54 +0100 Subject: [PATCH] Update react-native-fcm.podspec --- react-native-fcm.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-fcm.podspec b/react-native-fcm.podspec index 0b24e42..0eb8862 100644 --- a/react-native-fcm.podspec +++ b/react-native-fcm.podspec @@ -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" -- 2.26.2