[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / c / 6 / f / SDWebImageSVGKitPlugin / 1.3.0 / SDWebImageSVGKitPlugin.podspec.json
blob7d34153582f86358e329a31759dfc1ccba4e4a4f
2   "name": "SDWebImageSVGKitPlugin",
3   "version": "1.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/SDWebImageSVGKitPlugin",
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/SDWebImageSVGKitPlugin.git",
16     "tag": "1.3.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0",
21     "osx": "10.11"
22   },
23   "source_files": [
24     "SDWebImageSVGKitPlugin/Classes/**/*",
25     "SDWebImageSVGKitPlugin/Module/SDWebImageSVGKitPlugin.h"
26   ],
27   "module_map": "SDWebImageSVGKitPlugin/Module/SDWebImageSVGKitPlugin.modulemap",
28   "dependencies": {
29     "SDWebImage/Core": [
30       "~> 5.10"
31     ],
32     "SVGKit": [
33       ">= 2.1"
34     ]
35   }