blob: 40e78330d088c2140314517ba27b9af85dd66856 [file] [log] [blame]
{
"name": "ZLogger",
"version": "1.1.0",
"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.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thomas Guilleminot": "guilleminot.thomas@gmail.com"
},
"source": {
"git": "https://github.com/soucolline/ZLogger.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_versions": "5.0.1",
"swift_version": "5.0.1"
}