blob: 452260e27b62419dc55ac53a8f2941c693abec32 [file] [log] [blame]
{
"name": "BadgerView",
"version": "0.9.0",
"summary": "Unread 'badge count' control for macOS",
"description": "An NSView-based unread badge count control for macOS based on Aral Balkan's BadgeView. \nBenefits include playing well with auto layout and support for designables and inspectables in Interface Builder",
"homepage": "https://github.com/MikeManzo/Badger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Manzo": "manzo.mike@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/MikeManzo/Badger.git",
"tag": "0.9.0"
},
"source_files": "Badger/**/*.{swift,h,xib}",
"dependencies": {
"Cartography": [
"~> 3.0"
]
},
"swift_version": "5.0"
}