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