blob: 4b52d92620bdd474eb4fadeab1747454e0070575 [file] [log] [blame]
{
"name": "TouchDraw",
"version": "1.1.0",
"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- `setColor(color: UIColor)`\n- `setWidth(width: CGFloat)`",
"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": "1.1.0"
},
"source_files": "TouchDraw/**/*.{swift}"
}