[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / 4 / SDWebImageFLIFCoder / 0.4.0 / SDWebImageFLIFCoder.podspec.json
blob7ca8177a03b69ddd5eed4c3e7b4ff4985dfc6b7d
2   "name": "SDWebImageFLIFCoder",
3   "version": "0.4.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.4.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
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.10"
38     ],
39     "libflif": [
41     ]
42   }