| { |
| "name": "LibComponentLogging-SystemLog", |
| "version": "1.2.1", |
| "source": { |
| "git": "https://github.com/aharren/LibComponentLogging-SystemLog.git", |
| "tag": "1.2.1" |
| }, |
| "homepage": "http://0xc0.de/LibComponentLogging", |
| "authors": { |
| "Arne Harren": "ah@0xc0.de" |
| }, |
| "license": "MIT", |
| "summary": "LibComponentLogging logging back-end which sends log messages to the Apple System Log facility (ASL).", |
| "description": "LibComponentLogging-SystemLog is a logging back-end for LibComponentLogging which send log messages to the Apple System Log facility (ASL).", |
| "prepare_command": "echo '{\"name\": \"SystemLog\", \"type\": \"logger\", \"main_header\": \"LCLSystemLog.h\", \"config_template\": \"LCLSystemLogConfig.template.h\"}' > pod.lcl_configure", |
| "source_files": [ |
| "LCLSystemLog*.{h,m}" |
| ], |
| "preserve_paths": [ |
| "*.lcl_configure" |
| ], |
| "requires_arc": false, |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/..\"" |
| }, |
| "dependencies": { |
| "LibComponentLogging-Core": [ |
| ">= 1.3.1" |
| ] |
| } |
| } |