blob: 2c3da49c3a377bc458430a051d4c1fff061282f2 [file] [log] [blame]
{
"name": "YUGPUImageHighPassSkinSmoothing",
"version": "1.2",
"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.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*.{h,m}",
"dependencies": {
"GPUImage": [
]
}
}