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