blob: 6f538c2f1d5b786308dbb1acf90b4e2c8af632f2 [file] [log] [blame]
{
"name": "ProgressOverlay",
"version": "1.0.0",
"summary": "NSView extension that presents progress view on top of the NSView.",
"description": "Presents a transparent progress view on top of the NSView. The progress view will disable any input to underlaying \ncontrols to prevent user interaction while action is in progress. The control used by the progress view is standard NSProgress.",
"homepage": "http://progressoverlay.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maksiml@ceemax.com": "maksiml@ceemax.com"
},
"source": {
"git": "https://github.com/maksiml/progressoverlay.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/ProgressOverlay",
"platforms": {
"osx": "10.10"
},
"swift_version": "4.2",
"source_files": "ProgressOverlay/Classes/**/*"
}