blob: 136efae28eaf142f9bba73388475af63e8b90a76 [file] [log] [blame]
{
"name": "LibComponentLogging-Crashlytics",
"version": "1.0.0",
"source": {
"git": "https://github.com/CenterDevice/LibComponentLogging-Crashlytics.git",
"tag": "1.0.0"
},
"homepage": "https://github.com/CenterDevice/LibComponentLogging-Crashlytics",
"authors": {
"Daniel Schneller": "daniel.schneller@centerdevice.com"
},
"license": "MIT",
"summary": "LibComponentLogging logging back-end for Crashlytics.",
"description": "LibComponentLogging-Crashlytics is a logging back-end for LibComponentLogging which redirects log messages to Crashlytics' logging subsystem.",
"prepare_command": "echo '{\"name\": \"Crashlytics\", \"type\": \"logger\", \"main_header\": \"LCLCrashlyticsLog.h\"}' > pod.lcl_configure",
"source_files": [
"LCLCrashlyticsLog*.{h,m}"
],
"preserve_paths": [
"*.lcl_configure"
],
"requires_arc": false,
"dependencies": {
"LibComponentLogging-Core": [
">= 1.3.1"
]
}
}