blob: 9c5386020c91518d8d4d19430ab83d7919d7e581 [file] [log] [blame]
{
"name": "FlexLayout",
"version": "1.3.19",
"summary": "FlexLayout",
"homepage": "https://github.com/lucdion/FlexLayout.git",
"license": "MIT license",
"authors": {
"Luc Dion": "luc_dion@yahoo.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lucdion/FlexLayout.git",
"tag": "1.3.19"
},
"source_files": "Sources/**/*.{swift,h,m,mm,cpp,c}",
"public_header_files": [
"Sources/yoga/include/yoga/*.h",
"Sources/YogaKit/include/YogaKit/*.h"
],
"libraries": "c++",
"compiler_flags": [
"-fno-omit-frame-pointer",
"-fexceptions",
"-Wall",
"-Werror",
"-std=c++1y",
"-fPIC"
]
}