blob: eaf74ae78ef20d39cbf2ddf0ae16d3a82928dbb0 [file] [log] [blame]
{
"name": "WQRoundedCorner",
"version": "0.0.3",
"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.3"
},
"source_files": "WQRoundedCorner/*.{h,m}",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"SDWebImage": [
]
}
}