blob: 001f232a17ed65b606947e6ab08421ecac8a72ae [file] [log] [blame]
{
"name": "LogIt",
"module_name": "LogIt",
"version": "0.2.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"
},
"source": {
"git": "https://github.com/Jake-Prickett/LogIt.git",
"tag": "0.2.0"
},
"source_files": "Sources/LogIt/**/*.{swift,c,h}",
"swift_version": "5.0"
}