blob: ed3d41d5e3279c65085fe623e1b97541027b6c11 [file] [log] [blame]
{
"name": "Loger",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Loger/**/*",
"pushed_with_swift_version": "3.2"
}