blob: 07f0f41fe48844ee0460fd99f5c5b61e2812a2c2 [file] [log] [blame]
{
"name": "NZCircularImageView",
"version": "0.0.4",
"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": "6.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.4"
}
}