blob: 0543a3af5193e647c41cdf4dae3fd89da5502504 [file] [log] [blame]
{
"name": "SVGParser",
"version": "0.2.0",
"summary": "Parse svg images with webView using Swift.",
"description": "Use this library to parse svg images for ios projects in bacground.",
"homepage": "https://github.com/AndreyMomot/SVGParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AndreyMomot": "omg0mom@gmail.com"
},
"source": {
"git": "https://github.com/AndreyMomot/SVGParser.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "SVGParser/Classes/**/*"
}