blob: 76cdc5cfe13c149e2a7f0eb2cba661e4d7b0bf5f [file] [log] [blame]
{
"name": "FlexKit",
"version": "0.0.1",
"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"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/ONECATYU/FlexKit.git",
"tag": "0.0.1"
},
"source_files": [
"FlexKit",
"FlexKit/**/*.{h,m,swift}"
],
"private_header_files": "FlexKit/YGLayout+Private.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Yoga": [
"~> 1.8.1"
]
}
}