blob: 93d51aa21993bc7661113d29805514e9cc569912 [file] [log] [blame]
{
"name": "FirebaseCore",
"version": "6.3.0",
"summary": "Firebase Core for iOS (plus community support for macOS and tvOS)",
"description": "Firebase Core includes FIRApp and FIROptions which provide central configuration for other Firebase services.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "Core-6.3.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "Firebase/Core/**/*.[mh]",
"public_header_files": [
"Firebase/Core/Public/*.h",
"Firebase/Core/Private/*.h"
],
"private_header_files": "Firebase/Core/Private/*.h",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"tvos": {
"frameworks": "UIKit"
},
"dependencies": {
"GoogleUtilities/Environment": [
"~> 6.2"
],
"GoogleUtilities/Logger": [
"~> 6.2"
],
"FirebaseCoreDiagnosticsInterop": [
"~> 1.0"
],
"FirebaseCoreDiagnostics": [
"~> 1.0"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=6.3.0 Firebase_VERSION=6.9.0",
"OTHER_CFLAGS": "-fno-autolink"
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "Example/Core/Tests/**/*.[mh]",
"requires_app_host": true,
"dependencies": {
"OCMock": [
]
},
"resources": "Example/Core/App/GoogleService-Info.plist"
}
]
}