blob: ce2c1c9fe2f486c347f3ec96a8c8cc53b488d27d [file] [log] [blame]
{
"name": "YUCIHighPassSkinSmoothing",
"version": "1.3",
"authors": {
"YuAo": "me@imyuao.com"
},
"homepage": "https://github.com/YuAo/YUCIHighPassSkinSmoothing",
"summary": "An implementation of High Pass Skin Smoothing using CoreImage.framework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/YuAo/YUCIHighPassSkinSmoothing.git",
"tag": "1.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source_files": "Sources/**/*.{h,m}",
"resources": "Sources/**/*.{png,cikernel}",
"dependencies": {
"Vivid": [
]
}
}