blob: 975281111daa4307b48b126198ef4f626c06faff [file] [log] [blame]
{
"name": "WSFlexLayout",
"version": "0.0.1",
"summary": "FlexLayout,支持链式调用,虚拟div",
"description": "*链式调用\n*虚拟div\n*基于YogaKit",
"homepage": "https://github.com/ONECATYU/WSFlexLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ONECATYU": "786910875@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ONECATYU/WSFlexLayout.git",
"tag": "0.0.1"
},
"source_files": [
"WSFlexLayout",
"WSFlexLayout/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Yoga": [
"~> 1.6.0"
]
}
}