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