blob: 1222efc6e54880b9fbc17624a8359c9ef2bb518d [file] [log] [blame]
{
"name": "SDWebImage-ProgressView",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.0"
]
}
}