[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 1 / 9 / OrientedDrawingView / 0.0.4 / OrientedDrawingView.podspec.json
blob80e92581eda6e4197b1bf45f8d6d70bcc30255f4
2   "name": "OrientedDrawingView",
3   "version": "0.0.4",
4   "summary": "A view that the user can draw on, with support for keeping the drawing the same when orientation is changed.",
5   "description": "A device-orientation-conscious drawing view. For example if you draw an arrow pointing to the home button of your device, and rotate it, the OrientedDrawingView will readjust the drawing to make the arrow keep pointing at the home button.\n\nInspired by ACEDrawingView, and provides similar functionality to ACEDrawingView's pen tool, including undoing and setting line width and color.",
6   "homepage": "http://gitlab.com/dlysenko/OrientedDrawingView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dennis Lysenko": "dennis.s.lysenko@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "http://gitlab.com/dlysenko/OrientedDrawingView.git",
19     "tag": "v0.0.4"
20   },
21   "source_files": [
22     "OrientedDrawingView/DrawingView.swift",
23     "DrawingView.swift"
24   ],
25   "requires_arc": true