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",
16 "social_media_url": "https://twitter.com/Firebase",
23 "cocoapods_version": ">= 1.4.0",
24 "static_framework": true,
25 "prefix_header_file": false,
27 "FirebaseCore/Sources/**/*.[mh]",
28 "GoogleUtilities/Environment/Private/*.h",
29 "GoogleUtilities/Logger/Private/*.h",
30 "Interop/CoreDiagnostics/Public/*.h"
32 "public_header_files": [
33 "FirebaseCore/Sources/Public/*.h",
34 "FirebaseCore/Sources/Private/*.h"
36 "private_header_files": "FirebaseCore/Sources/Private/*.h",
37 "frameworks": "Foundation",
42 "frameworks": "AppKit"
48 "GoogleUtilities/Environment": [
51 "GoogleUtilities/Logger": [
54 "FirebaseCoreDiagnostics": [
58 "pod_target_xcconfig": {
59 "GCC_C_LANGUAGE_STANDARD": "c99",
60 "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=6.9.1 Firebase_VERSION=6.28.0",
61 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
62 "OTHER_CFLAGS": "-fno-autolink"
73 "source_files": "FirebaseCore/Tests/Unit/**/*.[mh]",
74 "requires_app_host": true,
80 "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
91 "FirebaseCore/Tests/SwiftUnit/**/*.swift",
92 "FirebaseCore/Tests/SwiftUnit/**/*.h",
93 "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*"
95 "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist",
96 "pod_target_xcconfig": {
97 "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"