blob: f193962f0b1208a6efd4953b78a209e176228b1c [file] [log] [blame]
{
"name": "SDWebImageAVIFCoder",
"version": "0.2.0",
"summary": "A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image",
"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.",
"homepage": "https://github.com/SDWebImage/SDWebImageAVIFCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageAVIFCoder.git",
"tag": "0.2.0"
},
"module_map": "SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.modulemap",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"SDWebImageAVIFCoder/Classes/**/*",
"SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h"
],
"dependencies": {
"SDWebImage": [
"~> 5.0"
],
"libavif": [
">= 0.1.3"
]
}
}