blob: 7db941b0b3e27e4f22fbcdbf45004b94fcf7e04f [file] [log] [blame]
{
"name": "SSRoundedView",
"version": "0.0.1",
"license": "AHA",
"summary": "高效率设置圆角和边框 无离屏渲染",
"homepage": "https://github.com/shenlujia/SSRoundedView",
"authors": {
"Stan Chevallier": "shenlujia@gmail.com"
},
"source": {
"git": "https://github.com/shenlujia/SSRoundedView.git",
"tag": "0.0.1"
},
"source_files": "UIView+Rounded/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"SDWebImage": [
]
}
}