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",
35 "GoogleUtilities/Logger": [
39 "pod_target_xcconfig": {
40 "OTHER_CFLAGS": "-fno-autolink",
41 "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=5.1.4 Firebase_VERSION=5.9.0"