blob: 92cb63b8cfaa5dc6cdcfd7223fcc422251df26a2 [file] [log] [blame]
{
"name": "SDWebImageAVIFCoder",
"version": "0.6.1",
"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.6.1"
},
"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"
],
"public_header_files": "SDWebImageAVIFCoder/Classes/Public/*.{h,m}",
"private_header_files": "SDWebImageAVIFCoder/Classes/Private/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 5.0"
],
"libavif": [
">= 0.7.2"
]
}
}