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