blob: ac6b3143196bf39ce81f5672e87f2e923a1e97a2 [file] [log] [blame]
{
"name": "Keldeo",
"version": "0.1.5",
"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": "https://twitter.com/xspyhack",
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/xspyhack/Keldeo.git",
"tag": "0.1.5"
},
"source_files": [
"Sources/**/*.swift",
"Sources/Keldeo/Keldeo.h"
],
"public_header_files": [
"Sources/Keldeo/Keldeo.h"
]
}