blob: d0d485cdda8ae382f02cc7d992e0819a276d0ea5 [file] [log] [blame]
{
"name": "SDWebImageAVIFCoder",
"version": "0.6.2",
"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.2"
},
"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}",
"SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h"
],
"private_header_files": "SDWebImageAVIFCoder/Classes/Private/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 5.0"
],
"libavif": [
">= 0.7.2"
]
}
}