blob: 2418a6669462cd7ca931c4780fa231f2f34074b2 [file] [log] [blame]
{
"name": "EKit",
"version": "2.3.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.3.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "EKit/**/*",
"frameworks": "UIKit"
}