blob: 3fcf21e17b76df5afe48023bc87379315de08a51 [file] [log] [blame]
{
"name": "SDWebImageSVGCoder",
"version": "1.1.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.1.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",
"dependencies": {
"SDWebImage/Core": [
"~> 5.0"
]
}
}