[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / b / f / 4 / YUGPUImageHighPassSkinSmoothing-Straas / 1.5 / YUGPUImageHighPassSkinSmoothing-Straas.podspec.json
blobfe39dab87d0fe740f9e490aef483c415b00f3d66
2   "name": "YUGPUImageHighPassSkinSmoothing-Straas",
3   "version": "1.5",
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.5"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Sources/**/*.{h,m}",
22   "dependencies": {
23     "GPUImage-StraaS": [
24       "~> 0.1.10"
25     ]
26   }