blob: 48a99c1891780587463c697a717531cf7383ffaa [file] [log] [blame]
{
"name": "SDWebImageSVGKitPlugin",
"version": "1.2.0",
"summary": "A SVG coder plugin for SDWebImage, using SVGKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SDWebImage/SDWebImageSVGKitPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageSVGKitPlugin.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": [
"SDWebImageSVGKitPlugin/Classes/**/*",
"SDWebImageSVGKitPlugin/Module/SDWebImageSVGKitPlugin.h"
],
"module_map": "SDWebImageSVGKitPlugin/Module/SDWebImageSVGKitPlugin.modulemap",
"dependencies": {
"SDWebImage/Core": [
"~> 5.6"
],
"SVGKit": [
">= 2.1"
]
}
}