blob: b638772b30e6467654a1f9c9a76a479d5068b602 [file] [log] [blame]
{
"name": "SDWebImageLinkPlugin",
"version": "0.2.4",
"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.2.4"
},
"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"
]
}
}