blob: 03ebd1c6894d10b371fc9bc25af1a6eef375b314 [file] [log] [blame]
{
"name": "CSBlockyProgress",
"version": "0.0.1",
"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.1"
},
"source_files": "CSBlockyProgress/Source/*.{h,m}",
"requires_arc": true
}