[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 7 / e / SDWebImageAVIFCoder / 0.6.1 / SDWebImageAVIFCoder.podspec.json
blob92cb63b8cfaa5dc6cdcfd7223fcc422251df26a2
2   "name": "SDWebImageAVIFCoder",
3   "version": "0.6.1",
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.6.1"
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   "public_header_files": "SDWebImageAVIFCoder/Classes/Public/*.{h,m}",
30   "private_header_files": "SDWebImageAVIFCoder/Classes/Private/*.{h,m}",
31   "dependencies": {
32     "SDWebImage": [
33       "~> 5.0"
34     ],
35     "libavif": [
36       ">= 0.7.2"
37     ]
38   }