[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / a / 0 / c / SDWebImageSVGCoder / 0.1.0 / SDWebImageSVGCoder.podspec.json
bloba55c6e42b32f9bba18bc3a245fb4e3b442adbac0
2   "name": "SDWebImageSVGCoder",
3   "version": "0.1.0",
4   "summary": "A short description of SDWebImageSVGCoder.",
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.1.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.0-beta3"
31     ],
32     "SVGKit": [
33       ">= 2.1"
34     ]
35   }