blob: 0a3b5ab53b698597db9a01569d21e6d0eaaa6969 [file] [log] [blame]
{
"name": "LibComponentLogging-Core",
"version": "1.3.2",
"source": {
"git": "https://github.com/aharren/LibComponentLogging-Core.git",
"tag": "1.3.2"
},
"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}/..\""
}
}