blob: a5c5951aa2548a897b376c8924a06133fba78848 [file] [log] [blame]
{
"name": "Keldeo",
"version": "0.0.1",
"summary": "A lightweight logging library written in Swift.",
"description": "Log.i(\"A lightweight logging library written in Swift.\")",
"homepage": "https://github.com/xspyhack/Keldeo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xspyhack": "xspyhack@gmail.com"
},
"social_media_url": "http://twitter.com/xspyhack",
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/xspyhack/Keldeo.git",
"tag": "0.0.1"
},
"source_files": "Keldeo/*.swift"
}