[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 0 / 5 / 8 / SDWebImageLinkPlugin / 0.1.0 / SDWebImageLinkPlugin.podspec.json
blob73c5cc2275d4f7022735172736587c1a203795b2
2   "name": "SDWebImageLinkPlugin",
3   "version": "0.1.0",
4   "summary": "A SDWebImage loader plugin, to support load rich link image with LinkPresentation framework",
5   "description": "SDWebImageLinkPlugin is a plugin for SDWebImage framework, which provide the image loading support for rich link URL, by using the Link Presentation framework introduced in iOS 13/macOS 10.15.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageLinkPlugin",
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/SDWebImageLinkPlugin.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15"
21   },
22   "source_files": [
23     "SDWebImageLinkPlugin/Classes/**/*",
24     "SDWebImageLinkPlugin/Module/SDWebImageLinkPlugin.h"
25   ],
26   "pod_target_xcconfig": {
27     "SUPPORTS_MACCATALYST": "YES",
28     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
29   },
30   "dependencies": {
31     "SDWebImage": [
32       "~> 5.0"
33     ]
34   }