blob: c16a1eec075031a5d9e38a3e40305f5565de9222 [file] [log] [blame]
{
"name": "RTProgressBar",
"version": "2.0.0",
"summary": "Simple progress bar in swift for macOS",
"description": "RTProgressBar is a lightweight progress bar for macOS in Swift",
"homepage": "https://github.com/RuntimeLLC/RTProgressBar",
"screenshots": [
"https://raw.githubusercontent.com/RuntimeLLC/RTProgressBar/master/images/determinate.gif",
"https://raw.githubusercontent.com/RuntimeLLC/RTProgressBar/master/images/indeterminate.gif"
],
"license": "MIT",
"authors": {
"Daniyar Salakhutdinov": "bluesbastards@gmail.com"
},
"source": {
"git": "https://github.com/RuntimeLLC/RTProgressBar.git",
"tag": "2.0.0"
},
"source_files": "src",
"frameworks": [
"QuartzCore",
"Cocoa"
],
"platforms": {
"osx": "10.9"
},
"requires_arc": true
}