blob: e19e91da5608f77b45913b167d7bfb2efc97f550 [file] [log] [blame]
{
"name": "BestLogger",
"version": "0.0.3",
"platforms": {
"ios": "10.0"
},
"summary": "A simple, one file, logger for swift",
"homepage": "https://github.com/rathishubham7/swift-logger",
"license": {
"type": "MIT",
"file": "License.md"
},
"swift_versions": "5.0",
"authors": {
"Shubham Rathi": "rathishubham017@gmail.com"
},
"module_name": "BestLogger",
"source": {
"git": "https://github.com/rathishubham7/swift-logger.git",
"tag": "0.0.3"
},
"source_files": [
"Sources/BestLogger/*.{swift}",
"Sources/BestLogger/**/*.{swift}"
],
"swift_version": "5.0"
}