blob: 7d29b092058b8ccfe381b08a0908f2608df48e59 [file] [log] [blame]
{
"name": "EKit",
"version": "2.9.0",
"summary": "UIKit的扩展集,初版支持在storyboard上给UIView及其子类配置圆角",
"description": "UIKit的扩展集,初版支持在storyboard上给UIView及其子类配置圆角, 后续还会添加其他的各种UI组件进来",
"homepage": "https://github.com/lazyjean/EKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lazyjean": "lazyjean@foxmail.com"
},
"source": {
"git": "https://github.com/lazyjean/EKit.git",
"tag": "2.9.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "EKit/**/*",
"frameworks": "UIKit"
}