blob: 378568a0cd28b5717eb4e5677da3a9de21b4dcca [file] [log] [blame]
{
"name": "FlexKit",
"version": "1.0.0",
"summary": "FlexLayout,支持链式调用,虚拟div",
"description": "*链式调用\n*虚拟div\n*基于YogaKit",
"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.0"
},
"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"
}