blob: 2df0dd7408d1a6972f55543c8566b666a6f4006a [file] [log] [blame]
{
"name": "Spy",
"version": "0.5.0",
"summary": "Spy is a flexible, lightweight, multiplatform logging utility written in pure Swift.",
"description": "Spy is a flexible, lightweight, multiplatform logging utility written in pure Swift. It allows to log on different levels and channels which you can define on your own depending on your needs.",
"homepage": "https://github.com/appunite/Spy",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tomasz Lewandowski": "tomasz.t.lewandowski@gmail.com"
},
"source": {
"git": "https://github.com/appunite/Spy.git",
"tag": "0.5.0"
},
"source_files": "Spy/**/*.swift",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5.1"
}