[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 1 / 0 / d / APLLog / 0.0.1 / APLLog.podspec.json
blob48a415fbd864bb1f9d913734285d4a50445a1b99
2   "name": "APLLog",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thorsten Siebenborn": "thorsten.siebenborn@apploft.de"
13   },
14   "source": {
15     "git": "https://github.com/apploft/APLLog.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "QuartzCore",
24   "requires_arc": false