blob: 8dfb309b8cc9849adc1f0ebc11c614f02f350b8c [file] [log] [blame]
{
"name": "RSLog",
"version": "0.1.0",
"summary": "Lightweight thread-safe logging framework implemented in Swift (OSLog supported).",
"description": "Features:\n- OSLog support\n- Emoji and text log levels for visual perception\n- Filename and line number logging\n- Function name logging\n- Three log levels: Info, Debug, 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_versions": "5",
"source": {
"git": "https://github.com/m3rkus/RSLog.git",
"tag": "0.1.0"
},
"source_files": [
"RSLog",
"RSLog/RSLog/**/*.{h,m,swift}"
],
"swift_version": "5"
}