blob: 8bb3cb31cb87892508af845d7c8e762fad6166ae [file] [log] [blame]
{
"name": "YUGPUImageHighPassSkinSmoothing",
"version": "1.3",
"authors": {
"YuAo": "me@imyuao.com"
},
"homepage": "https://github.com/YuAo/YUGPUImageHighPassSkinSmoothing",
"summary": "An implementation of High Pass Skin Smoothing using GPUImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/YuAo/YUGPUImageHighPassSkinSmoothing.git",
"tag": "1.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*.{h,m}",
"dependencies": {
"GPUImage": [
]
}
}