blob: 0bb7923d07d06c681ab661bfc855abc8588a32fa [file] [log] [blame]
{
"name": "UIImageView+Extension",
"version": "0.2.2",
"summary": "A simple UIImageView category with some extension functions.",
"description": "# Features\n - Supports Interface Builder.\n - Set border radius for image view.\n - Set shadow for image view.\n - Rotate image view.\n - Set image view to circle.",
"homepage": "https://github.com/lm2343635/UIImageView-Extension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Meng Li": "lm2343635@126.com"
},
"social_media_url": "http://fczm.pw",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/lm2343635/UIImageView-Extension.git",
"tag": "0.2.2"
},
"source_files": "UIImageView+Extension/**/*.{h,m}",
"requires_arc": true
}