[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 2 / 0 / d / LibComponentLogging-NSLog / 1.0.4 / LibComponentLogging-NSLog.podspec.json
blob1fa072862d8a982fe7b776b2736715216e52f1cb
2   "name": "LibComponentLogging-NSLog",
3   "version": "1.0.4",
4   "source": {
5     "git": "https://github.com/aharren/LibComponentLogging-NSLog.git",
6     "tag": "1.0.4"
7   },
8   "homepage": "http://0xc0.de/LibComponentLogging",
9   "authors": {
10     "Arne Harren": "ah@0xc0.de"
11   },
12   "license": "MIT",
13   "summary": "LibComponentLogging logging back-end which redirects logging to NSLog.",
14   "description": "LibComponentLogging-NSLog is a very simple logging back-end for LibComponentLogging which redirects log messages to NSLog, but adds information about the log level, the log component, and the log statement's location (file name and line number).",
15   "prepare_command": "echo '{\"name\": \"NSLog\", \"type\": \"logger\", \"main_header\": \"LCLNSLog.h\"}' > pod.lcl_configure",
16   "source_files": [
17     "LCLNSLog*.{h,m}"
18   ],
19   "preserve_paths": [
20     "*.lcl_configure"
21   ],
22   "requires_arc": false,
23   "dependencies": {
24     "LibComponentLogging-Core": [
25       ">= 1.1.6"
26     ]
27   }