[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 8 / f / 9 / DDLScannerManager / 0.1.0 / DDLScannerManager.podspec.json
blob5c77f614c4f5fbe4272136861cbb6fa31be4ed1e
2   "name": "DDLScannerManager",
3   "version": "0.1.0",
4   "summary": "Allows you to scan Driver License barcodes and return relevent data.",
5   "description": "Spin up an instance of DLScannerManager. Once the camera is displaying, scan the license.\nAll relevent data will be returned in the callback.",
6   "homepage": "https://github.com/2020deception/DDLScannerManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "2020deception": "2020deception@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/2020deception/DDLScannerManager.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/2020deception",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DDLScannerManager/Classes/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "AVFoundation"
27   ]