blob: 7380dcc5e3820dc8389b3274ef1c7228bf981869 [file] [log] [blame]
{
"name": "WQRoundedCorner",
"version": "0.0.2",
"summary": "设置UIView、UIImageView、UIButton等视图的圆角和阴影",
"homepage": "https://github.com/WQiOS/WQRoundedCorner",
"license": "MIT",
"authors": {
"王强": "1570375769@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/WQiOS/WQRoundedCorner.git",
"tag": "0.0.2"
},
"source_files": "WQRoundedCorner/*.{h,m}",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"SDWebImage": [
]
}
}