blob: 9e23b8ae3530e9d6b91f3d8dd0dd445c623dfa09 [file] [log] [blame]
{
"name": "SDWebImageLinkPlugin",
"version": "0.2.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.2.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"
]
}
}