4 "summary": "TouchDraw is a UIView you can draw on.",
5 "description": "TouchDraw is a subclass of UIView that allows you to draw using touch. It exposes the following functions:\n- `exportDrawing() -> UIImage`\n- `clearDrawing()`\n- `undo()`\n- `redo()`\n- `setColor(color: UIColor)`\n- `setWidth(width: CGFloat)`\n- `importStack(stack: [Stroke])`\n- `exportStack() -> [Stroke]`",
6 "homepage": "https://github.com/dehli/TouchDraw",
12 "Christian Paul Dehli": "dehli@gatech.edu"
14 "social_media_url": "http://twitter.com/cpdehli",
19 "git": "https://github.com/dehli/TouchDraw.git",
22 "source_files": "Sources/**/*.{swift}"