We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf9fa1 commit b85153dCopy full SHA for b85153d
ios/RNFirebase.podspec
@@ -21,4 +21,10 @@ Pod::Spec.new do |s|
21
cs.dependency 'Fabric'
22
cs.dependency 'Crashlytics'
23
end
24
+ # allow this package to be used with use_frameworks!
25
+ s.static_framework = true
26
+ # fix recursive header flag being skipped by cocoapods when using this as a framework
27
+ s.xcconfig = {
28
+ 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/Headers/Public/**'
29
+ }
30
0 commit comments