blob: a55c6e42b32f9bba18bc3a245fb4e3b442adbac0 [file] [log] [blame]
{
"name": "SDWebImageSVGCoder",
"version": "0.1.0",
"summary": "A short description of SDWebImageSVGCoder.",
"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": "0.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": [
"SDWebImageSVGCoder/Classes/**/*",
"SDWebImageSVGCoder/Module/SDWebImageSVGCoder.h"
],
"module_map": "SDWebImageSVGCoder/Module/SDWebImageSVGCoder.modulemap",
"dependencies": {
"SDWebImage/Core": [
">= 5.0.0-beta3"
],
"SVGKit": [
">= 2.1"
]
}
}