blob: b7fa4307b7877292b0664bf1cbe8dfcb94e60cf5 [file] [log] [blame]
{
"name": "Evergreen",
"version": "1.0.1",
"summary": "Most natural Swift logging.",
"description": "Evergreen is a logging framework written in Swift.\n\nIt's all about replacing your `print()` statements with calls to Evergreen's versatile `log()` functions. Configure a logger hierarchy with log levels for your App or framework and use it to control the verbosity of your software's output. Use handlers and formatters to control the way log events are handled.",
"homepage": "http://github.com/knly/Evergreen",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Nils Leif Fischer": "hello@nilsleiffischer.de"
},
"source": {
"git": "https://github.com/knly/Evergreen.git",
"tag": "v1.0.1"
},
"source_files": "Sources/Evergreen",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0"
}