blob: 4fb98daf436ab8a5865bb9e0ee008b98f53917bb [file] [log] [blame]
{
"name": "VZFlexLayout",
"version": "0.2.5",
"summary": "A modern layout engine for iOS.",
"description": "A modern layout engine inspired by React.",
"homepage": "https://github.com/Vizzle/VZFlexLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vizlabxt": "jayson.xu@foxmail.com"
},
"source": {
"git": "https://github.com/Vizzle/VZFlexLayout.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation"
],
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"libraries": "c++",
"source_files": "VZFlexLayout/**/*"
}