[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / f / a / RectangleScanner / 1.0.0-beta2 / RectangleScanner.podspec.json
blob32e451b655937b2b9967ccdfce7ae9c45de22795
2   "name": "RectangleScanner",
3   "version": "1.0.0-beta2",
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, cropped 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-beta2"
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   }