[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / SDWebImagePDFCoder / 0.8.0 / SDWebImagePDFCoder.podspec.json
blobd34179c85aeda5866b7659e4d619f2c855fdae80
2   "name": "SDWebImagePDFCoder",
3   "version": "0.8.0",
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.8.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0",
21     "osx": "10.11",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "SDWebImagePDFCoder/Classes/**/*",
26     "SDWebImagePDFCoder/Module/SDWebImagePDFCoder.h"
27   ],
28   "module_map": "SDWebImagePDFCoder/Module/SDWebImagePDFCoder.modulemap",
29   "pod_target_xcconfig": {
30     "SUPPORTS_MACCATALYST": "YES",
31     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
32   },
33   "dependencies": {
34     "SDWebImage": [
35       "~> 5.10"
36     ]
37   }