[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 7 / e / SDWebImageAVIFCoder / 0.4.2 / SDWebImageAVIFCoder.podspec.json
blobc24a75d5e1c56e0a1ccac01b3fa584c5e48975f5
2   "name": "SDWebImageAVIFCoder",
3   "version": "0.4.2",
4   "summary": "A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image",
5   "description": "This is a SDWebImage coder plugin to add AV1 Image File Format (AVIF) support.\nWhich is built based on the open-sourced libavif codec.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageAVIFCoder",
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/SDWebImageAVIFCoder.git",
16     "tag": "0.4.2"
17   },
18   "module_map": "SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.modulemap",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": [
26     "SDWebImageAVIFCoder/Classes/**/*",
27     "SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h"
28   ],
29   "dependencies": {
30     "SDWebImage": [
31       "~> 5.0"
32     ],
33     "libavif": [
34       "~> 0.4"
35     ]
36   }