blob: e2ea9699d5cacb2d5b36bcb3954813637f7d325a [file] [log] [blame]
{
"name": "LIPAImageView",
"version": "0.0.2",
"summary": "Rounded async imageview downloader based on SDWebImage.",
"homepage": "https://github.com/liyoro/LIPAImageView",
"license": {
"type": "MIT"
},
"authors": {
"liyoro": "liyoro@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liyoro/LIPAImageView.git",
"tag": "0.0.2"
},
"source_files": "*.swift",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.3"
]
}
}