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