blob: bde49a60e3a1c35021102c6b768aff86c090a171 [file] [log] [blame]
{
"name": "Skribent",
"version": "0.0.2",
"authors": "Namics AG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/namics/swift-skribent",
"source": {
"git": "https://github.com/namics/swift-skribent.git",
"tag": "0.0.2"
},
"summary": "Easy and extendable logger for swift",
"description": "Skribent is an easy zero config logger which still can be extended and is typesafe.",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.2",
"module_name": "Skribent",
"source_files": "Sources/Skribent/**/*.{swift}"
}