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