blob: 640abaa8af7bd7fcf365f701289e8d4b94ff758a [file] [log] [blame]
{
"name": "YUCIHighPassSkinSmoothing",
"version": "1.1",
"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.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source_files": "Sources/**/*.{h,m}",
"resources": "Sources/**/*.{png,cikernel}"
}