blob: e76278d5bdc01f1fd695bf76fd4e81a37ba4cd30 [file] [log] [blame]
{
"name": "ProgressKit",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": [
"Determinate/*.swift",
"InDeterminate/*.swift",
"ProgressUtils.swift",
"BaseView.swift"
]
}