blob: 126e45a759e32ef1d43be8dddf208bd6ec463c47 [file] [log] [blame]
{
"name": "LUTFilter",
"version": "0.0.1",
"summary": "Light-weight and easy filter for image on IOS, driven by OpenGL and LUT.",
"description": "Light-weight and easy filter for image on IOS, driven by OpenGL and LUT(in size 64*64*64).",
"homepage": "https://github.com/tango5614/LUTFilter-IOS",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"王文杰": "weijifen147@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/tango5614/LUTFilter-IOS.git",
"tag": "0.0.1"
},
"source_files": "LUTFilter/**/*.{h,m}"
}