We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6620d2 commit ac34398Copy full SHA for ac34398
FirebaseCore.podspec
@@ -28,6 +28,9 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
28
s.public_header_files = 'Firebase/Core/Public/*.h', 'Firebase/Core/Private/*.h'
29
s.private_header_files = 'Firebase/Core/Private/*.h'
30
s.framework = 'Foundation'
31
+ s.ios.framework = 'UIKit'
32
+ s.osx.framework = 'AppKit'
33
+ s.tvos.framework = 'UIKit'
34
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
35
s.dependency 'GoogleUtilities/Logger', '~> 6.2'
36
s.dependency 'FirebaseCoreDiagnosticsInterop', '~> 0.1'
0 commit comments