blob: 7050b1a50c68d1f4c23a71c7983b44d46daf718f [file] [log] [blame]
{
"name": "MIST",
"version": "0.0.4",
"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.4"
},
"source_files": "MIST/**/*.{h,m,mm}",
"frameworks": [
"UIKit",
"ImageIO"
],
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"libraries": "c++",
"dependencies": {
"VZFlexLayout": [
]
}
}