blob: f7f1219166b9c303f9dc12430f0b67706978229e [file] [log] [blame]
{
"name": "RSLog",
"version": "0.0.1",
"summary": "Lightweight thread-safe logging framework implemented in Swift.",
"description": "Features:\n- Emoji and text log levels for visual perception\n- Filename and line number logging\n- Function name logging\n- Three log levels: Info, Warning, Error\n- Works only for debug builds",
"homepage": "https://github.com/m3rkus/RSLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"m3rkus": "roma4271@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/m3rkus/RSLog.git",
"tag": "0.0.1"
},
"source_files": [
"RSLog",
"RSLog/RSLog/**/*.{h,m,swift}"
]
}