blob: deaaea31fd9d74e902507a8812ae62b2ea57b00f [file] [log] [blame]
{
"name": "SVGPath",
"version": "1.0.0",
"summary": "A Swift Library for parsing SVG path strings into UIBezierPaths",
"homepage": "https://github.com/timrwood/SVGPath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tim Wood": "timwoodcreates@gmail.com"
},
"social_media_url": "http://twitter.com/timtamiam",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/timrwood/SVGPath.git",
"tag": "1.0.0"
},
"source_files": "SVGPath",
"requires_arc": true,
"frameworks": "CoreGraphics",
"pushed_with_swift_version": "3.0"
}