blob: e56170e1c8352899fc177766954b1cd1b2d25851 [file] [log] [blame]
{
"name": "ProgressImage",
"version": "0.1.0",
"summary": "A small ProgressImage usable in menu extras or context menus.",
"description": "This is an NSImage enhancement displaying a small progressbar.\nWhy NSImage? The main point was to create a progressbar usable in menu extras (menubar)\nor in context menus and those items can contain only NSImages. ProgressImage is a small\nconfigurable image displaying graphical progress so you can visualize any progress up\nin the menu extras bar for example.",
"homepage": "https://github.com/gergelysanta/ProgressImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gergely Sánta": "gergely.santa@trikatz.com"
},
"source": {
"git": "https://github.com/gergelysanta/ProgressImage.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.10"
},
"swift_version": "4.0",
"source_files": "ProgressImage/Classes/**/*"
}