blob: 6f139ce2c0dbea3aebd32181c9e4a3334a1e47cc [file] [log] [blame]
{
"name": "QQCorner",
"version": "1.1.2",
"summary": "Some categories that add corner to UIView/CALayer or UIImage.",
"description": "Some categories that add corner to UIView/CALayer or UIImage, that you can easily add different corners.",
"homepage": "https://github.com/qinqi777/QQCorner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"QinQi": "qinqi376990311@163.com"
},
"source": {
"git": "https://github.com/qinqi777/QQCorner.git",
"tag": "1.1.2"
},
"social_media_url": "https://blog.csdn.net/qinqi376990311",
"platforms": {
"ios": "8.0"
},
"source_files": "QQCorner/Classes/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"QuartzCore",
"UIKit"
]
}