blob: 45ab7fc91a1ac2ebac7ef23277c755d858aebe47 [file] [log] [blame]
{
"name": "UIImageView+Extension",
"version": "0.1.0",
"summary": "A extension category for UIImageView.",
"description": "# Features\n- Add border for image view\n- Add shadow for image view",
"homepage": "https://github.com/lm2343635/UIImageView-Extension",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"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.1.0"
},
"source_files": "UIImageView+Extension/**/*.{h,m}",
"requires_arc": true
}