blob: 4f72dae8bb665641118cbef96233dedbc6c23a29 [file] [log] [blame]
{
"name": "LogContent",
"version": "1.0.2",
"summary": "Powerful logging/tracing instrument.",
"description": "A powerful configurable log helper, which easy collects and then prints info about function, file, string no, thread, timestamp e.t.c with minimum code typing needed.",
"homepage": "https://github.com/annexant-zz/LogContent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Ostroverkhiy": "a.ostroverkhiy@mobidev.biz"
},
"platforms": {
"ios": "10"
},
"source": {
"git": "https://github.com/annexant-zz/LogContent.git",
"tag": "1.0.2"
},
"source_files": [
"Sources",
"Sources/Helpers",
"**/*.{h,m}"
],
"requires_arc": true,
"swift_version": "5.0"
}