| { |
| "name": "APLLog", |
| "version": "0.0.1", |
| "summary": "Console logger supporting different log levels for different configurations.", |
| "description": " Logs debug output to console as alternative to NSLog\n\n * supports different log levels: debug, info, warning, error\n * log levels are configurable for each configuration via custom build setting:\n * add key de.apploft.APLLog = ${LOG_LEVEL} to your project info.plist\n * add custom build setting LOG_LEVEL with values from -2 (= errors only) to 2 (= debug)\n", |
| "homepage": "https://github.com/apploft/APLLog", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Thorsten Siebenborn": "thorsten.siebenborn@apploft.de" |
| }, |
| "source": { |
| "git": "https://github.com/apploft/APLLog.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "QuartzCore", |
| "requires_arc": false |
| } |