blob: a14a48eca3f98698cb18e97054d2b99e5926e9b6 [file] [log] [blame]
{
"name": "AYImageView",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "6.0"
},
"source_files": "AYImageView.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7"
]
}
}