blob: 0cedbcdf2bbfe4fcb6468a8c8469358e5f7579a5 [file] [log] [blame]
{
"name": "SVGParser",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "SVGParser/Classes/**/*"
}