blob: a1d957d9011c88a10231b33ca4d48b98c3350b25 [file] [log] [blame]
{
"name": "InjectableLoggers",
"version": "2.1.1",
"swift_versions": "5.0",
"summary": "A nice set of protocols that will help your logger(s) at being loosely coupled and injectable",
"description": "A nice set of protocols that will help logger(s) at being loosely coupled and injectable.\n\nBonus! This lib comes with two concrete loggers 🎉\nAnother bonus! This lib comes with a pretty handy mock logger called MockLogger 🎉",
"homepage": "https://github.com/lvnkmn/InjectableLoggers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mclovink@me.com": "mclovink@me.com"
},
"source": {
"git": "https://github.com/lvnkmn/InjectableLoggers.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "InjectableLoggers/Classes/**/*",
"swift_version": "5.0"
}