| { |
| "name": "SDWebImageSVGKitPlugin", |
| "version": "1.0.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": { |
| "lizhuoli1126@126.com": "lizhuoli1126@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/SDWebImage/SDWebImageSVGKitPlugin.git", |
| "tag": "1.0.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.0" |
| ], |
| "SVGKit": [ |
| ">= 2.1" |
| ] |
| } |
| } |