blob: 7e1f93e2b936162ce2d3a432544313775e7774db [file] [log] [blame]
{
"name": "LogIt",
"module_name": "LogIt",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Lightweight logging framework written in Swift for iOS, macOS, and tvOS Applications.",
"homepage": "https://github.com/Jake-Prickett/LogIt",
"authors": {
"Jake Prickett": "jprickett821@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0",
"osx": "10.12",
"tvos": "12.0"
},
"source": {
"git": "https://github.com/Jake-Prickett/LogIt.git",
"tag": "0.1.0"
},
"source_files": "Sources/LogIt/**/*.{swift,c,h}",
"swift_version": "5.0"
}