blob: 6ead3e63d6b432f0d55beb2ac55f7f2988dccee5 [file] [log] [blame]
{
"name": "YUGPUImageHighPassSkinSmoothing-Straas",
"version": "1.6",
"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.6"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{h,m}",
"dependencies": {
"GPUImage-StraaS": [
"~> 0.1.10"
]
}
}