[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 7 / e / SDWebImageAVIFCoder / 0.1.0 / SDWebImageAVIFCoder.podspec.json
blob7432468fb51423c47cbd2d29ca5e15657521987f
2   "name": "SDWebImageAVIFCoder",
3   "version": "0.1.0",
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.1.0"
17   },
18   "module_map": "SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.modulemap",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "source_files": [
24     "SDWebImageAVIFCoder/Classes/**/*",
25     "SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h"
26   ],
27   "dependencies": {
28     "SDWebImage": [
29       "~> 5.0"
30     ],
31     "libavif": [
33     ]
34   }