[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / 4 / SDWebImageFLIFCoder / 0.2.0 / SDWebImageFLIFCoder.podspec.json
blob4edbb0782a8f71cbb2187ab4670f99763f751143
2   "name": "SDWebImageFLIFCoder",
3   "version": "0.2.0",
4   "summary": "A FLIF(Free Lossless Image Format) coder plugin for SDWebImage.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageFLIFCoder",
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/SDWebImageFLIFCoder.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "module_map": "SDWebImageFLIFCoder/Module/SDWebImageFLIFCoder.modulemap",
25   "source_files": [
26     "SDWebImageFLIFCoder/Classes/**/*",
27     "Vendor/libflif/include/*.h",
28     "SDWebImageFLIFCoder/Module/SDWebImageFLIFCoder.h"
29   ],
30   "public_header_files": [
31     "SDWebImageFLIFCoder/Classes/SDImageFLIFCoder.h",
32     "SDWebImageFLIFCoder/Module/SDWebImageFLIFCoder.h"
33   ],
34   "libraries": "c++",
35   "dependencies": {
36     "SDWebImage/Core": [
37       ">= 5.0.0-beta4"
38     ],
39     "libflif": [
41     ]
42   }