blob: 4e6fec7b6d19e3c1e131c0ae354d3af6445910a0 [file] [log] [blame]
{
"name": "YUCIHighPassSkinSmoothing",
"version": "1.0",
"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.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*.{h,m}",
"resources": "Sources/**/*.{png,cikernel}"
}