[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 7 / a / SDWebImageAPNGCoder / 0.1.1 / SDWebImageAPNGCoder.podspec.json
blobf530550723f772e36adc8af62b1f937d4a84ea67
2   "name": "SDWebImageAPNGCoder",
3   "version": "0.1.1",
4   "summary": "APNG decoder/encoder for SDWebImage coder plugin.",
5   "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",
6   "homepage": "https://github.com/SDWebImage/SDWebImageAPNGCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DreamPiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageAPNGCoder.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "SDWebImageAPNGCoder/Classes/**/*",
25   "dependencies": {
26     "SDWebImage/Core": [
27       "~> 4.2"
28     ]
29   }