[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / 6 / DAScratchPad / 0.2 / DAScratchPad.podspec.json
blobf8455781270831cfdab36b55e794ddb8c6cc6c3c
2   "name": "DAScratchPad",
3   "version": "0.2",
4   "summary": "DAScratchPad is a UIView subclass that provides a simple drawing interface for use on iOS.",
5   "description": "DAScratchPad is a small UIView subclass that provides a simple drawing interface.  It provides both a painting and airbrushing capability.  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, line width, opacity, select painting or airbrushing, and set airbrush flow and rate.  You can also get the current image from the scratch pad, clear the current image, or replace the current image.\n",
6   "homepage": "https://github.com/dblapps/DAScratchPad",
7   "screenshots": "https://s3.amazonaws.com/cocoacontrols_production/ios_screens/2014/full.png?1370206494",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "David B Levi": "dave@double-apps.com"
14   },
15   "source": {
16     "git": "https://github.com/dblapps/DAScratchPad.git",
17     "tag": "0.2"
18   },
19   "platforms": {
20     "ios": "4.3"
21   },
22   "source_files": [
23     "DAScratchPad",
24     "DAScratchPad/*.{h,m}"
25   ],
26   "public_header_files": "DAScratchPad/*.h",
27   "requires_arc": true,
28   "frameworks": "QuartzCore"