blob: 0b7b878960f4917678cf976fbaca3643dcee9f19 [file] [log] [blame]
{
"name": "Bonsai",
"version": "0.2.4",
"summary": "A lightweight logging library",
"swift_versions": "5.2",
"description": "Bonsai is a lightweight logging library with support for multiple outputs, custom drivers, log levels (with emojis 🎉), debug focus mode and a handy string extension.",
"homepage": "https://github.com/jamesruston/Bonsai",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jamesruston": "jruston90@gmail.com"
},
"source": {
"git": "https://github.com/jamesruston/Bonsai.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Classes/**/*",
"swift_version": "5.2"
}