[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / 7 / DLParser / 0.0.1 / DLParser.podspec.json
blob46effd4d2004296adc3a2c2005af01a693316efc
2   "name": "DLParser",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "ajohnson": "ajohnson388@gmail.com"
10   },
11   "homepage": "https://github.com/ajohnson388/DLParser-Swift",
12   "summary": "A barcode parsing library for AAMVA compliant driver licenses.",
13   "description": "A Swift library for parsing driver licenses that are AAMVA compliant. This library is designed to cover all versions and fields supported by AAMVA.",
14   "source": {
15     "git": "https://github.com/ajohnson388/DLParser-Swift.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "DLParser",
20     "DLParser/**/*.{h,m,swift}"
21   ],
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0"
24   },
25   "swift_version": "4.0",
26   "platforms": {
27     "ios": "9.0"
28   }