blob: 08fed109a445073ab130fc74888ef7041ea0db63 [file] [log] [blame]
{
"name": "FlexKit",
"version": "1.0.1",
"summary": "1.支持虚拟div,避免导致视图增多问题。2.支持scrollView contentSize。3.支持CALayer布局,UIView和CALayer混合布局。4.根据node树,UIView/CALayer自动添加到父视图。",
"homepage": "https://github.com/ONECATYU/FlexKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ONECATYU": "786910875@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ONECATYU/FlexKit.git",
"tag": "1.0.1"
},
"source_files": [
"FlexKit",
"FlexKit/**/*.{h,m,swift}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Yoga": [
"~> 1.14.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}