blob: dfd19802648e47cfe0587aeab74e253714274321 [file] [log] [blame]
{
"name": "SVGPath",
"version": "0.0.2",
"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": null
},
"source": {
"git": "https://github.com/timrwood/SVGPath.git",
"tag": "0.0.2"
},
"source_files": "SVGPath",
"requires_arc": true,
"frameworks": "CoreGraphics"
}