[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / f / a / RectangleScanner / 1.0.0-beta4 / RectangleScanner.podspec.json
blobadc7447ffc1855f4e60e6f3edfa9aeaa3e3534cd
2   "name": "RectangleScanner",
3   "version": "1.0.0-beta4",
4   "summary": "A UIViewController with callbacks for scanning rectangles.",
5   "description": "Use this library to scan rectangles.\nSimply point at a rectangle, tap the take picture button, and voila. The rectangle will be processed and provided back to you for your leisure.\nOur favourite is receipts, however we don't judge you based on your rectangle preference.",
6   "homepage": "https://github.com/wevat/rectangle-scanner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harry Bloom": "harry@wevat.com"
13   },
14   "source": {
15     "git": "https://github.com/wevat/rectangle-scanner.git",
16     "tag": "1.0.0-beta4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "RectangleScanner/Classes/**/*",
23   "resources": "RectangleScanner/Assets/*.xcassets",
24   "resource_bundles": {
25     "CameraStreamProvider": [
26       "RectangleScanner/Assets/*.xcassets"
27     ]
28   }