blob: af95438c7508adcae77d3f333db7946e35853a54 [file] [log] [blame]
{
"name": "ZLogger",
"version": "1.0.2",
"summary": "Light, magical, easy to use Logger for your swift apps.",
"description": "Zlogger is a simple Logger to use for your swift App. You can print debugs messages\nwith different levels of criticity and filter those messages to only show what's relevant to you",
"homepage": "https://github.com/soucolline/ZLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"soucolline": "guilleminot.thomas@gmail.com"
},
"source": {
"git": "https://github.com/soucolline/ZLogger.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/mrsoucolline",
"platforms": {
"ios": "9.0",
"watchos": "2.0"
},
"source_files": "ZLogger/Classes/**/*"
}