[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 4 / HDCardScanner / 1.0.0 / HDCardScanner.podspec.json
blobaeee851bab087cff083530cab45d552aa9878151
2   "name": "HDCardScanner",
3   "version": "1.0.0",
4   "summary": "Framework used to scan cards and get information embedded on it.",
5   "description": "It is a framework that can be used to scan cards and get the information on card. The information provided is card holder name, expiry date and card number. It uses Vision framework to read text on card and regular expression and logics to extract information from text.",
6   "homepage": "https://github.com/HimanDhawan/HDCardScanner",
7   "license": "MIT",
8   "authors": {
9     "Himan Dhawan": "hdhawan@paymentus.com"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "source": {
15     "git": "https://github.com/HimanDhawan/HDCardScanner.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "HDCardScanner/**/*.{swift}",
19   "resources": "HDCardScanner/HDCardScannerViewController.xib",
20   "swift_versions": "5.0",
21   "swift_version": "5.0"