blob: 261d50a9caab900e2b8868fd58b83e1c5df5baad [file] [log] [blame]
{
"name": "Loger",
"version": "0.1.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@programisci.eu"
},
"source": {
"git": "https://github.com/pmieszal/Loger.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Loger/**/*",
"pushed_with_swift_version": "3.2"
}