blob: 2d7fa924023fa193625cdfb55695fd418dee3c22 [file] [log] [blame]
{
"name": "Loger",
"version": "0.2.2",
"summary": "Loger is simple logging framework written in Swift",
"description": "Loger is simplified logging framework written in pure Swift. All you need to do, is define `LogLevel`, formatting and endpoint (simple `print`, or whatever you want).",
"homepage": "https://github.com/pmieszal/Loger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Patryk MieszaƂa": "patryk.mieszala@gmail.com"
},
"source": {
"git": "https://github.com/pmieszal/Loger.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.12"
},
"source_files": "Loger/Classes/**/*",
"pushed_with_swift_version": "3.2"
}