[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / d / LibComponentLogging-NSLog / 1.1.1 / LibComponentLogging-NSLog.podspec.json
blob29df8accc51a1e331466baf2f25c20dd781c7516
2   "name": "LibComponentLogging-NSLog",
3   "version": "1.1.1",
4   "source": {
5     "git": "https://github.com/aharren/LibComponentLogging-NSLog.git",
6     "tag": "1.1.1"
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.3.1"
26     ]
27   }