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