[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 0 / c / SDWebImageSVGCoder / 1.8.0 / SDWebImageSVGCoder.podspec.json
blob317b20a89bad59fd5dfaf055805ba674a25f4a0e
2   "name": "SDWebImageSVGCoder",
3   "version": "1.8.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.8.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "tvos": "13.0",
21     "osx": "10.15",
22     "watchos": "6.0",
23     "visionos": "1.0"
24   },
25   "source_files": [
26     "SDWebImageSVGCoder/Classes/**/*",
27     "SDWebImageSVGCoder/Module/SDWebImageSVGCoder.h"
28   ],
29   "module_map": "SDWebImageSVGCoder/Module/SDWebImageSVGCoder.modulemap",
30   "pod_target_xcconfig": {
31     "SUPPORTS_MACCATALYST": "YES",
32     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
33   },
34   "dependencies": {
35     "SDWebImage/Core": [
36       "~> 5.6"
37     ]
38   }