blob: 0d0e2e6d72ae235da03ea425789dd9f71c8f60c2 [file] [log] [blame]
{
"name": "OrientedDrawingView",
"version": "0.0.6",
"summary": "A view that the user can draw on, with support for keeping the drawing the same when orientation is changed.",
"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.",
"homepage": "http://gitlab.com/dlysenko/OrientedDrawingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dennis Lysenko": "dennis.s.lysenko@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://gitlab.com/dlysenko/OrientedDrawingView.git",
"tag": "v0.0.6"
},
"source_files": [
"OrientedDrawingView/DrawingView.swift",
"DrawingView.swift"
],
"requires_arc": true
}