[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / 7 / SDWebImageJPEGXLCoder / 0.1.0 / SDWebImageJPEGXLCoder.podspec.json
blob12ff9d62c1c8261139c7acf1d91d596ff53d1a3d
2   "name": "SDWebImageJPEGXLCoder",
3   "version": "0.1.0",
4   "summary": "A SDWebImage coder plugin to support JPEG-XL image",
5   "description": "A SDWebImage coder plugin to support JPEG-XL image",
6   "homepage": "https://github.com/dreampiggy/SDWebImageJPEGXLCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dreampiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageJPEGXLCoder.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0",
23     "visionos": "1.0"
24   },
25   "source_files": "SDWebImageJPEGXLCoder/Classes/**/*",
26   "dependencies": {
27     "SDWebImage": [
28       "~> 5.17"
29     ],
30     "libjxl": [
31       "~> 0.10"
32     ]
33   }