[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / a / YUGPUImageHighPassSkinSmoothing / 1.3 / YUGPUImageHighPassSkinSmoothing.podspec.json
blob8bb3cb31cb87892508af845d7c8e762fad6166ae
2   "name": "YUGPUImageHighPassSkinSmoothing",
3   "version": "1.3",
4   "authors": {
5     "YuAo": "me@imyuao.com"
6   },
7   "homepage": "https://github.com/YuAo/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/YuAo/YUGPUImageHighPassSkinSmoothing.git",
15     "tag": "1.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Sources/**/*.{h,m}",
23   "dependencies": {
24     "GPUImage": [
26     ]
27   }