[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / b / 6 / 9 / LicenseParser / 0.4.0 / LicenseParser.podspec.json
blobacbec3e6eee3f3325f33bda10a1c625162f6bebc
2   "name": "LicenseParser",
3   "version": "0.4.0",
4   "summary": "Driver's License Parser for US Licenses implementing the AAMVA PDF-417 standard.",
5   "description": "The License Parser pod makes it easy to add support for parsing\nthe 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.4.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "LicenseParser/Classes/**/*",
19   "dependencies": {
20     "CrossroadRegex": [
22     ]
23   }