blob: e52bd033fd72fb7079a6018e20aea92a29ce0f46 [file] [log] [blame]
{
"name": "InjectableLoggers",
"version": "1.1.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/mennolovink/InjectableLoggers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mclovink@me.com": "mclovink@me.com"
},
"source": {
"git": "https://github.com/mennolovink/InjectableLoggers.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "InjectableLoggers/Classes/**/*"
}