blob: efa047c3c4a75a010981e34530e2abc938bb3377 [file] [log] [blame]
{
"name": "SimplogBase",
"version": "0.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/nholloh/Simplog",
"authors": {
"Niklas Holloh": "github@niklasholloh.de"
},
"summary": "A simplistic, yet extensible iOS logging framework.",
"source": {
"git": "https://github.com/nholloh/Simplog.git",
"tag": "v0.1.0"
},
"source_files": "Sources/SimplogBase/**/*.swift",
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3",
"5.4"
],
"platforms": {
"ios": "9.0"
},
"swift_version": "5.4"
}