blob: 4266a5e9ce5575f627c1f40e2a25cc7954c27eb1 [file] [log] [blame]
{
"name": "OrientedDrawingView",
"version": "1.0",
"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.\n\nThe drawing actions are all Codable so you can easily save them to JSON, etc. and then load them back in later, in case you want to save a non-rasterized version of the drawing.",
"homepage": "http://gitlab.com/dlysenko/OrientedDrawingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dennis Lysenko": "dennis.s.lysenko@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/dennislysenko/OrientedDrawingView.git",
"tag": "v1.0"
},
"source_files": [
"OrientedDrawingView/DrawingView.swift",
"DrawingView.swift"
],
"requires_arc": true
}