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",
22 "cocoapods_version": ">= 1.4.0",
23 "static_framework": true,
24 "prefix_header_file": false,
25 "source_files": "Firebase/Core/**/*.[mh]",
26 "public_header_files": [
27 "Firebase/Core/Public/*.h",
28 "Firebase/Core/Private/*.h"
30 "private_header_files": "Firebase/Core/Private/*.h",
31 "frameworks": "Foundation",
36 "frameworks": "AppKit"
42 "GoogleUtilities/Environment": [
45 "GoogleUtilities/Logger": [
48 "FirebaseCoreDiagnosticsInterop": [
51 "FirebaseCoreDiagnostics": [
55 "pod_target_xcconfig": {
56 "GCC_C_LANGUAGE_STANDARD": "c99",
57 "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=6.2.2 Firebase_VERSION=6.8.0",
58 "OTHER_CFLAGS": "-fno-autolink"
64 "source_files": "Example/Core/Tests/**/*.[mh]",
65 "requires_app_host": true,
71 "resources": "Example/Core/App/GoogleService-Info.plist"