4 "summary": "Console logger supporting different log levels for different configurations.",
5 "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",
6 "homepage": "https://github.com/apploft/APLLog",
12 "Thorsten Siebenborn": "thorsten.siebenborn@apploft.de"
15 "git": "https://github.com/apploft/APLLog.git",
22 "exclude_files": "Classes/Exclude",
23 "frameworks": "QuartzCore",