blob: eedca6ac11c1b63441706a99184f1c4397d6c1b5 [file] [log] [blame]
{
"name": "UIActivityIndicator-for-SDWebImage",
"version": "1.1",
"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/JJSaccolo/UIActivityIndicator-for-SDWebImage",
"license": {
"type": "MIT License",
"file": "LICENSE.txt"
},
"authors": {
"Giacomo Saccardo": "gsaccardo@gmail.com"
},
"source": {
"git": "https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage.git",
"tag": "1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7"
]
}
}