blob: 614dc512103256588fed7b2f1c41abc2cbee1734 [file] [log] [blame]
{
"name": "ProgressKit",
"version": "0.1.1",
"license": "MIT",
"summary": "Animated ProgressViews for OSX",
"homepage": "https://github.com/kaunteya/ProgressKit",
"authors": {
"Kaunteya Suryawanshi": "k.suryawanshi@gmail.com"
},
"source": {
"git": "https://github.com/kaunteya/ProgressKit.git",
"tag": "0.1.1"
},
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"Determinate/*.swift",
"InDeterminate/*.swift",
"ProgressUtils.swift",
"BaseView.swift"
]
}