blob: 9fd0d0e03cf76e0d1b25809304fd9f1a3d99193a [file] [log] [blame]
{
"name": "FlexLayout-OC",
"version": "1.0.2",
"platforms": {
"ios": "8.0"
},
"summary": "FlexLayout-OC adds a nice Objective-C interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.",
"description": "FlexLayout-OC adds a nice Objective-C interface to the highly optimized Yoga flexbox implementation. Concise, intuitive & chainable syntax.\n\nFlexbox is an incredible improvement over UIStackView. It is simpler to use, much more versatile and amazingly performant.",
"homepage": "https://github.com/guangmingzizai/FlexLayout-OC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangjianfei": "guangmingzizai@qq.com"
},
"source": {
"git": "https://github.com/guangmingzizai/FlexLayout-OC.git",
"tag": "1.0.2"
},
"source_files": "Sources/**/*.{swift,h,m,mm,cpp,c}",
"libraries": "c++",
"dependencies": {
"YogaKit-GM": [
]
},
"requires_arc": true,
"compiler_flags": [
"-fno-omit-frame-pointer",
"-fexceptions",
"-Wall",
"-Werror",
"-fPIC"
]
}