blob: fca52118d14af1559f0dd5b4cb3098d24f630a07 [file] [log] [blame]
{
"name": "LoggerKit",
"version": "0.1.0",
"summary": "Simple logging framework.",
"description": "LoggerKit is simple logging framework with multiple log levels and destinations.",
"homepage": "https://github.com/ngtk/LoggerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kento Nagata": "ngtknt@me.com"
},
"source": {
"git": "https://github.com/ngtk/LoggerKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/LoggerKit/*.swift"
}