blob: 8492bbdf18a6f509c6c40e5feb482229320e4045 [file] [log] [blame]
{
"name": "DSActivityIndicatorSDWebImage",
"version": "1.0",
"summary": "The easiest way to add a UIActivityView to your SDWebImage view.",
"description": "A category that easily allows you to use a UIActivityIndicator in SDWebImage.",
"homepage": "https://github.com/diejmon/UIActivityIndicator-for-SDWebImage",
"license": {
"type": "MIT License",
"file": "LICENSE.txt"
},
"authors": {
"Belyavskiy Alexander": "diejmon@gmail.com"
},
"source": {
"git": "https://github.com/diejmon/UIActivityIndicator-for-SDWebImage.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}