blob: 2d91381641830c082fbc877a17fa789609bb27f7 [file] [log] [blame]
{
"name": "FlexKit",
"version": "0.0.5",
"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": "0.0.5"
},
"source_files": [
"FlexKit",
"FlexKit/**/*.{h,m}"
],
"private_header_files": "FlexKit/{YGLayout+Private.h}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Yoga": [
"~> 1.8.1"
]
}
}