blob: f530550723f772e36adc8af62b1f937d4a84ea67 [file] [log] [blame]
{
"name": "SDWebImageAPNGCoder",
"version": "0.1.1",
"summary": "APNG decoder/encoder for SDWebImage coder plugin.",
"description": "This is a simple SDWebImage coder plugin to support APNG image.\nIt also show how to build animated coder which use coder helper from SDWebImage\nIn 5.x, SDWebImage will replace this as built-in APNG coder instead",
"homepage": "https://github.com/SDWebImage/SDWebImageAPNGCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageAPNGCoder.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "SDWebImageAPNGCoder/Classes/**/*",
"dependencies": {
"SDWebImage/Core": [
"~> 4.2"
]
}
}