2 "name": "FirebaseCore",
4 "summary": "Firebase Core",
5 "description": "Firebase Core includes FIRApp and FIROptions which provide central configuration for other Firebase services.",
6 "homepage": "https://firebase.google.com",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "CocoaPods-9.3.0"
16 "social_media_url": "https://twitter.com/Firebase",
23 "cocoapods_version": ">= 1.4.0",
24 "prefix_header_file": false,
26 "FirebaseCore/Sources/**/*.[mh]",
27 "FirebaseCore/Extension/*.h",
28 "Interop/CoreDiagnostics/Public/*.h"
30 "swift_versions": "5.3",
31 "public_header_files": "FirebaseCore/Sources/Public/FirebaseCore/*.h",
32 "frameworks": "Foundation",
37 "frameworks": "AppKit"
43 "GoogleUtilities/Environment": [
46 "GoogleUtilities/Logger": [
49 "FirebaseCoreDiagnostics": [
52 "FirebaseCoreInternal": [
56 "pod_target_xcconfig": {
57 "GCC_C_LANGUAGE_STANDARD": "c99",
58 "GCC_PREPROCESSOR_DEFINITIONS": "Firebase_VERSION=9.3.0",
59 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
60 "OTHER_CFLAGS": "-fno-autolink"
72 "FirebaseCore/Tests/SwiftUnit/**/*.swift",
73 "FirebaseCore/Tests/SwiftUnit/**/*.h",
74 "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*",
75 "SharedTestUtilities/ExceptionCatcher.[mh]",
76 "SharedTestUtilities/FIROptionsMock.[mh]"
78 "pod_target_xcconfig": {
79 "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"
86 "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
89 "swift_version": "5.3"