2 "name": "FirebaseCore",
4 "summary": "Firebase Core for iOS (plus community support for macOS and tvOS)",
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,
26 "source_files": "FirebaseCore/Sources/**/*.[mh]",
27 "public_header_files": [
28 "FirebaseCore/Sources/Public/*.h",
29 "FirebaseCore/Sources/Private/*.h"
31 "private_header_files": "FirebaseCore/Sources/Private/*.h",
32 "frameworks": "Foundation",
37 "frameworks": "AppKit"
43 "GoogleUtilities/Environment": [
46 "GoogleUtilities/Logger": [
49 "FirebaseCoreDiagnosticsInterop": [
52 "FirebaseCoreDiagnostics": [
56 "pod_target_xcconfig": {
57 "GCC_C_LANGUAGE_STANDARD": "c99",
58 "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=6.6.1 Firebase_VERSION=6.16.0",
59 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
60 "OTHER_CFLAGS": "-fno-autolink"
71 "source_files": "FirebaseCore/Tests/Unit/**/*.[mh]",
72 "requires_app_host": true,
78 "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
84 "FirebaseCore/Tests/Unit/Swift/**/*.swift",
85 "FirebaseCore/Tests/Unit/Swift/**/*.h"
87 "pod_target_xcconfig": {
88 "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/Unit/Swift/FirebaseCore-unit-Bridging-Header.h"