[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / a / 3 / TouchDraw / 1.3.0 / TouchDraw.podspec.json
blob1d03cd72532a662360afd9f25f959f4a5e3b3138
2   "name": "TouchDraw",
3   "version": "1.3.0",
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",
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.3.0"
21   },
22   "source_files": "Sources/**/*.{swift}"