[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 9 / a / 3 / TouchDraw / 1.2.1 / TouchDraw.podspec.json
blobfba5ec466071b7920410c299a83d27509b9bb94b
2   "name": "TouchDraw",
3   "version": "1.2.1",
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)`",
6   "homepage": "https://github.com/dehli/TouchDraw",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Paul Dehli": "dehli@gatech.edu"
13   },
14   "social_media_url": "http://twitter.com/cpdehli",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/dehli/TouchDraw.git",
20     "tag": "1.2.1"
21   },
22   "source_files": "TouchDraw/**/*.{swift}"