| { |
| "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" |
| ] |
| } |
| } |