blob: a5a342ea3c670c74e94b48e0f3f947d02c4470d0 [file] [log] [blame]
{
"name": "CSBlockyProgress",
"version": "0.0.2",
"summary": "A blocky subclass of NSProgress",
"description": "\t\t\tA convenient NSProgress subclass that provides blocky callbacks for progress changes. (No need to use KVO)\n",
"homepage": "https://github.com/chrisfsampaio/CSBlockyProgress",
"license": "MIT",
"authors": {
"Christian Sampaio": "christian.fsampaio@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/chrisfsampaio/CSBlockyProgress.git",
"tag": "0.0.2"
},
"source_files": "CSBlockyProgress/Source/*.{h,m}",
"requires_arc": true
}