blob: 475163fdff0898e12154a9c2b3458abc63016b08 [file] [log] [blame]
{
"name": "SVGWebRenderer",
"version": "0.2.1",
"summary": "Rendering SVG files into UIImages using WKWebView",
"description": "SVGWebRender helps you turn SVG files, either local or remote, into UIImages that can be used with UIKit elements such as UIImageView, leveraging the capability of WKWebView.",
"homepage": "https://github.com/jonathanlu813/SVGWebRenderer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jonathanlu813": "jonathanlu813@gmail.com"
},
"source": {
"git": "https://github.com/jonathanlu813/SVGWebRenderer.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/jo_lu_v",
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"frameworks": [
"UIKit",
"WebKit"
],
"source_files": "SVGWebRenderer/Classes/**/*",
"dependencies": {
"Kingfisher": [
"~> 4.10.0"
],
"Alamofire": [
"~> 5.0.0"
],
"CryptoSwift": [
"~> 1.0"
]
},
"swift_version": "5.0"
}