[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 7 / e / SDWebImageAVIFCoder / 0.6.2 / SDWebImageAVIFCoder.podspec.json
blobd0d485cdda8ae382f02cc7d992e0819a276d0ea5
2   "name": "SDWebImageAVIFCoder",
3   "version": "0.6.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.6.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "SDWebImageAVIFCoder/Classes/**/*",
26     "SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h"
27   ],
28   "public_header_files": [
29     "SDWebImageAVIFCoder/Classes/Public/*.{h,m}",
30     "SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h"
31   ],
32   "private_header_files": "SDWebImageAVIFCoder/Classes/Private/*.{h,m}",
33   "dependencies": {
34     "SDWebImage": [
35       "~> 5.0"
36     ],
37     "libavif": [
38       ">= 0.7.2"
39     ]
40   }