blob: d714e86dffbba9e73214ab1b1dfefe8042c98464 [file] [log] [blame]
{
"name": "NZCircularImageView",
"version": "0.0.2",
"license": "MIT",
"summary": "Performs async download image and leaves with rounded edge, used for presenting pictures of user profiles.",
"homepage": "https://github.com/NZN/NZCircularImageView",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"authors": {
"Bruno Tortato Furtado": "bruno.furtado@gruponzn.com"
},
"dependencies": {
"UIActivityIndicator-for-SDWebImage": [
"~> 1.0.3"
]
},
"ios": {
"frameworks": "QuartzCore"
},
"source_files": "NZCircularImageView/*.{h,m}",
"source": {
"git": "https://github.com/NZN/NZCircularImageView.git",
"tag": "0.0.2"
}
}