[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 7 / a / YUGPUImageHighPassSkinSmoothing / 1.2 / YUGPUImageHighPassSkinSmoothing.podspec.json
blob2c3da49c3a377bc458430a051d4c1fff061282f2
2   "name": "YUGPUImageHighPassSkinSmoothing",
3   "version": "1.2",
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.2"
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   }