[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / c / SDWebImageSVGCoder / 0.3.0 / SDWebImageSVGCoder.podspec.json
blobc589b9a66a079c3c6660e3902f3bead2b820f5b6
2   "name": "SDWebImageSVGCoder",
3   "version": "0.3.0",
4   "summary": "A SVG coder plugin for SDWebImage, using SVGKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageSVGCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lizhuoli1126@126.com": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageSVGCoder.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.10"
22   },
23   "source_files": [
24     "SDWebImageSVGCoder/Classes/**/*",
25     "SDWebImageSVGCoder/Module/SDWebImageSVGCoder.h"
26   ],
27   "module_map": "SDWebImageSVGCoder/Module/SDWebImageSVGCoder.modulemap",
28   "dependencies": {
29     "SDWebImage/Core": [
30       "~> 5.0"
31     ],
32     "SVGKit": [
33       ">= 2.1"
34     ]
35   }