[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / SDWebImagePDFCoder / 0.1.1 / SDWebImagePDFCoder.podspec.json
blobd3b9c320d539201b6636824248275e7cce11d61e
2   "name": "SDWebImagePDFCoder",
3   "version": "0.1.1",
4   "summary": "A PDF coder plugin for SDWebImage, using built-in framework",
5   "description": "SDWebImageSVGCoder is a SVG coder plugin for SDWebImage framework, which provide the image loading support for SVG using SVGKit SVG engine.",
6   "homepage": "https://github.com/SDWebImage/SDWebImagePDFCoder",
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/SDWebImagePDFCoder.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.10"
22   },
23   "source_files": [
24     "SDWebImagePDFCoder/Classes/**/*",
25     "SDWebImagePDFCoder/Module/SDWebImagePDFCoder.h"
26   ],
27   "module_map": "SDWebImagePDFCoder/Module/SDWebImagePDFCoder.modulemap",
28   "dependencies": {
29     "SDWebImage": [
30       ">= 5.0.0-beta4"
31     ]
32   }