[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 6 / 9 / LicenseParser / 0.5.4 / LicenseParser.podspec.json
blobfc282945c8ba673693a2179c8a723245760e0994
2   "name": "LicenseParser",
3   "version": "0.5.4",
4   "summary": "Driver's License Parser for US Licenses implementing the AAMVA PDF-417 standard.",
5   "description": "Easily parse the information within PDF-417 barcodes found on the back of\nUS and Canadian driver's licenses adhering to the AAMVA Version 8\nstandard.",
6   "homepage": "https://github.com/sealz/license-parser",
7   "license": "MIT",
8   "authors": {
9     "Clayton LZ": "clayton@hauz.io"
10   },
11   "source": {
12     "git": "https://github.com/sealz/license-parser.git",
13     "tag": "0.5.4"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "LicenseParser/Classes/**/*",
19   "dependencies": {
20     "CrossroadRegex": [
21       "~> 0"
22     ]
23   }