blob: d6ebddf09ef95ff1125e95bd1fc388a08731538c [file] [log] [blame]
{
"name": "SDWebImage-ProgressView",
"version": "0.6.0",
"summary": "Category on UIImageView, adding a progress view while images are downloaded using SDWebImage.",
"homepage": "https://github.com/kevinrenskers/SDWebImage-ProgressView",
"license": "MIT",
"authors": {
"Kevin Renskers": "info@mixedcase.nl"
},
"source": {
"git": "https://github.com/kevinrenskers/SDWebImage-ProgressView.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}