blob: 5e4235f5bd7764152a8c0e72bf5f814c36860357 [file] [log] [blame]
{
"name": "SDWebImageAVIFCoder",
"version": "0.5.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.5.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.5"
]
}
}