blob: ddf527ce4bee018ac709b65b82a9ed3e4aba9b99 [file] [log] [blame]
{
"name": "SDWebImageSVGCoder",
"version": "1.5.0",
"summary": "A SVG coder plugin for SDWebImage, using Apple built-in framework",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SDWebImage/SDWebImageSVGCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lizhuoli1126@126.com": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageSVGCoder.git",
"tag": "1.5.0"
},
"platforms": {
"ios": "13.0",
"tvos": "13.0",
"osx": "10.15",
"watchos": "6.0"
},
"source_files": [
"SDWebImageSVGCoder/Classes/**/*",
"SDWebImageSVGCoder/Module/SDWebImageSVGCoder.h"
],
"module_map": "SDWebImageSVGCoder/Module/SDWebImageSVGCoder.modulemap",
"pod_target_xcconfig": {
"SUPPORTS_MACCATALYST": "YES",
"DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
},
"dependencies": {
"SDWebImage/Core": [
"~> 5.6"
]
}
}