blob: a65765e1c2f6cb032b4ae3c9384bb84eb006c783 [file] [log] [blame]
{
"name": "LibComponentLogging-Core",
"version": "1.1.6",
"source": {
"git": "https://github.com/aharren/LibComponentLogging-Core.git",
"tag": "1.1.6"
},
"homepage": "http://0xc0.de/LibComponentLogging",
"authors": {
"Arne Harren": "ah@0xc0.de"
},
"license": "MIT",
"summary": "Logging library which provides log levels, log components, and pluggable logging back-ends.",
"description": "LibComponentLogging is a small logging library for Objective-C on Mac OS X and iOS which provides log levels, log components, and pluggable logging back-ends, e.g. writing log messages to a file, or sending them to the system log.",
"prepare_command": "echo '{\"name\": \"Core\", \"type\": \"core\", \"main_header\": \"lcl.h\"}' > pod.lcl_configure",
"source_files": [
"lcl*.{h,m}"
],
"preserve_paths": [
"*.lcl_configure"
],
"requires_arc": false,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/..\""
}
}