blob: 1a0233bf0b85b5a7e41896c80130981c0ebf805a [file] [log] [blame]
{
"name": "EKit",
"version": "0.2.1",
"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": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EKit/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}