[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 8 / b / LibComponentLogging-qlog / 1.0.3 / LibComponentLogging-qlog.podspec.json
blob97de88e6d55297f02225f6c8fd35c174286cb45c
2   "name": "LibComponentLogging-qlog",
3   "version": "1.0.3",
4   "source": {
5     "git": "https://github.com/aharren/LibComponentLogging-qlog.git",
6     "tag": "1.0.3"
7   },
8   "homepage": "http://0xc0.de/LibComponentLogging",
9   "authors": {
10     "Arne Harren": "ah@0xc0.de"
11   },
12   "license": "MIT",
13   "summary": "A set of quick logging macros for LibComponentLogging.",
14   "description": "qlog is a small header file which defines a short logging macro for every log level of LibComponentLogging, e.g. qlerror() for error messages and qltrace() for trace messages. Additionally, all logging macros take the current log component from the ql_component preprocessor define which can be (re)defined in your application at a file-level, section-based, or global scope.",
15   "prepare_command": "echo '{\"name\": \"qlog\", \"type\": \"extension\", \"main_header\": \"qlog.h\"}' > pod.lcl_configure",
16   "source_files": [
17     "qlog.h"
18   ],
19   "preserve_paths": [
20     "*.lcl_configure"
21   ],
22   "requires_arc": false,
23   "dependencies": {
24     "LibComponentLogging-Core": [
25       ">= 1.1.6"
26     ]
27   }