blob: f4b71c95db64c2ca45a16cf64cfe2c8f20d61cb9 [file] [log] [blame]
{
"name": "DAScratchPad",
"version": "0.1",
"summary": "DAScratchPad is a UIView subclass that provides a simple drawing interface for use on iOS.",
"description": "DAScratchPad is a small UIView subclass that provides a simple drawing interface. You can put this view anywhere in your UI, and your user can draw in it. You can add UI controls to change drawing color, link width, and opacity. See the included example app, DAScratchPadExample, for details. You can also get the current image from the scratch pad, clear the current image, or replace the current image. DAScratchPad supports iOS 4.3+.\n",
"homepage": "https://github.com/dblapps/DAScratchPad",
"screenshots": "https://s3.amazonaws.com/cocoacontrols_production/ios_screens/2014/full.png?1370206494",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David B Levi": "dave@double-apps.com"
},
"source": {
"git": "https://github.com/dblapps/DAScratchPad.git",
"tag": "0.1"
},
"platforms": {
"ios": "4.3"
},
"source_files": [
"DAScratchPad",
"DAScratchPad/*.{h,m}"
],
"public_header_files": "DAScratchPad/*.h",
"requires_arc": true,
"frameworks": "QuartzCore"
}