blob: 88d8e9e0cb0add7ed2eaf26c507cec0d5f695e97 [file] [log] [blame]
{
"name": "SDWebImageLinkPlugin",
"version": "0.3.0",
"summary": "A SDWebImage loader plugin, to support load rich link image with LinkPresentation framework",
"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.",
"homepage": "https://github.com/SDWebImage/SDWebImageLinkPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageLinkPlugin.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"source_files": [
"SDWebImageLinkPlugin/Classes/**/*",
"SDWebImageLinkPlugin/Module/SDWebImageLinkPlugin.h"
],
"pod_target_xcconfig": {
"SUPPORTS_MACCATALYST": "YES",
"DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
},
"dependencies": {
"SDWebImage": [
"~> 5.4"
]
},
"weak_frameworks": "LinkPresentation"
}