blob: fb1aaa1f1f0ce01bbdb73e9eb466b19cdb8c3020 [file] [log] [blame]
{
"name": "StringLogger",
"version": "0.6",
"summary": "Provides Logging with extensions for String",
"swift_versions": "4.0",
"description": "Developer can logs message with String Extension\noption: date, file, line, function\nlevel: fatal, critical, error, warning, notice, debug, trace",
"homepage": "https://github.com/2sem/StringLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"2sem": "kofggm@gmail.com"
},
"source": {
"git": "https://github.com/2sem/StringLogger.git",
"tag": "0.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "StringLogger/Extensions/*.swift",
"swift_version": "4.0"
}