blob: fe39dab87d0fe740f9e490aef483c415b00f3d66 [file] [log] [blame]
{
"name": "YUGPUImageHighPassSkinSmoothing-Straas",
"version": "1.5",
"authors": {
"YuAo": "me@imyuao.com"
},
"homepage": "https://github.com/Straas/YUGPUImageHighPassSkinSmoothing",
"summary": "An implementation of High Pass Skin Smoothing using GPUImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Straas/YUGPUImageHighPassSkinSmoothing.git",
"tag": "1.5"
},
"requires_arc": true,
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*.{h,m}",
"dependencies": {
"GPUImage-StraaS": [
"~> 0.1.10"
]
}
}