[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / f / 4 / YUGPUImageHighPassSkinSmoothing-Straas / 1.6 / YUGPUImageHighPassSkinSmoothing-Straas.podspec.json
blob6ead3e63d6b432f0d55beb2ac55f7f2988dccee5
2   "name": "YUGPUImageHighPassSkinSmoothing-Straas",
3   "version": "1.6",
4   "authors": {
5     "YuAo": "me@imyuao.com"
6   },
7   "homepage": "https://github.com/Straas/YUGPUImageHighPassSkinSmoothing",
8   "summary": "An implementation of High Pass Skin Smoothing using GPUImage",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/Straas/YUGPUImageHighPassSkinSmoothing.git",
15     "tag": "1.6"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*.{h,m}",
22   "dependencies": {
23     "GPUImage-StraaS": [
24       "~> 0.1.10"
25     ]
26   }