[Add] Storyly 3.12.1
[CocoaPods.git] / Specs / e / 9 / 7 / DHCardScanner / 1.0.0 / DHCardScanner.podspec.json
blobb0121439f9e3fcaed30e3fdc11f5e80ef83a493e
2   "name": "DHCardScanner",
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/DHCardScanner",
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/DHCardScanner.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "DHCardScanner/**/*.{swift}",
19   "resources": "DHCardScanner/**/*.xib",
20   "swift_versions": "5.0",
21   "swift_version": "5.0"