blob: f0a4773d85eec7a21b5eb197b961684ec10c94da [file] [log] [blame]
{
"name": "LFDrawView",
"version": "1.0.1",
"summary": "圆角绘制",
"swift_version": "3.2",
"description": "对view、button、label的圆角绘制使用",
"homepage": "https://github.com/attackers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"attacker": "305296172@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/attackers/LFDrawView.git",
"tag": "1.0.1"
},
"source_files": [
"LFDrawView/Classes",
"LFDrawView/Classes/**/*.swift"
],
"frameworks": [
"CoreGraphics",
"UIKit"
]
}