blob: 8cad700955d8d5c038532f2bd5ab77ab979419d6 [file] [log] [blame]
{
"name": "YLUIKit",
"version": "0.1.2",
"summary": "一个基础的 UI 组件",
"description": "TODO: 这是一个 UI 的基础库,包含了一下功能\n 1.UIColor RGBA 颜色设置,十六进制颜色设置、随机色\n 2.UIView 基础设置 (包含:抖动动画、YLAlertView:提示弹框样式、YLBlankView:没网络,没数据)等等",
"homepage": "https://git.youlu.com/ylios/YLUIKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1219876794@qq.com": "1219876794@qq.com"
},
"source": {
"git": "https://git.youlu.com/ylios/YLUIKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "YLUIKit/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 5.0.1"
]
},
"swift_version": "5.0"
}