blob: fc7293dd0fd0441d52f7f1f81e280b8b6a6bfa8f [file] [log] [blame]
{
"name": "TouchDraw",
"version": "2.1.2",
"summary": "TouchDraw is a UIView you can draw on.",
"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]`",
"homepage": "https://github.com/dehli/TouchDraw",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Paul Dehli": "dehli@gatech.edu"
},
"social_media_url": "http://twitter.com/cpdehli",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dehli/TouchDraw.git",
"tag": "2.1.2"
},
"source_files": "Sources/**/*.{swift}"
}