blob: e9e2e23350b26b5e0d5401c8ca6932461dc737e7 [file] [log] [blame]
{
"name": "MIST",
"version": "0.0.1",
"summary": "A High Performance Dynamic Template Engine.",
"description": "Dynamic View Template Engine Powered by Flexlayout",
"homepage": "https://github.com/Vizzle/MIST",
"license": "MIT",
"authors": {
"vizlabxt": "jayson.xu@foxmail.com"
},
"source": {
"git": "https://github.com/Vizzle/MIST.git",
"tag": "0.0.1"
},
"source_files": "MIST/**/*.{h,m,mm}",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"libraries": "c++",
"dependencies": {
"VZFlexLayout": [
]
}
}