blob: 714c26f746ff97443c51fdc9606c876868df704b [file] [log] [blame]
{
"name": "AYImageView",
"version": "0.0.5",
"summary": "Rounded async imageview downloader based on SDWebImage.",
"homepage": "https://github.com/AYastrebov/AYImageView",
"license": "MIT",
"authors": {
"Andrey Yastrebov": "ayastrebov@gmail.com"
},
"source": {
"git": "https://github.com/AYastrebov/AYImageView.git",
"tag": "v0.0.5"
},
"platforms": {
"ios": "6.0"
},
"source_files": "AYImageView.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.6"
]
}
}