blob: 9bc43141a37b96c3b370e71cd55919edd9a1ac7c [file] [log] [blame]
{
"name": "ZLogger",
"version": "1.0.1",
"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.1"
},
"social_media_url": "https://twitter.com/mrsoucolline",
"platforms": {
"ios": "9.0",
"watchos": "2.0"
},
"source_files": "ZLogger/Classes/**/*",
"pushed_with_swift_version": "3.2"
}