[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 0 / c / SDWebImageSVGCoder / 1.5.0 / SDWebImageSVGCoder.podspec.json
blobddf527ce4bee018ac709b65b82a9ed3e4aba9b99
2   "name": "SDWebImageSVGCoder",
3   "version": "1.5.0",
4   "summary": "A SVG coder plugin for SDWebImage, using Apple built-in framework",
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": "1.5.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "tvos": "13.0",
21     "osx": "10.15",
22     "watchos": "6.0"
23   },
24   "source_files": [
25     "SDWebImageSVGCoder/Classes/**/*",
26     "SDWebImageSVGCoder/Module/SDWebImageSVGCoder.h"
27   ],
28   "module_map": "SDWebImageSVGCoder/Module/SDWebImageSVGCoder.modulemap",
29   "pod_target_xcconfig": {
30     "SUPPORTS_MACCATALYST": "YES",
31     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
32   },
33   "dependencies": {
34     "SDWebImage/Core": [
35       "~> 5.6"
36     ]
37   }