blob: 78af00b2b705f65d3e38a54f1d0cfaaea7fb3c66 [file] [log] [blame]
{
"name": "ENVLicenseParser",
"version": "1.0.2",
"summary": "A parser for AAMVA license barcode formats",
"homepage": "https://github.com/envoy/ENVLicenseParser",
"license": "MIT",
"authors": {
"Envoy": ""
},
"social_media_url": "https://twitter.com/signwithenvoy",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/envoy/ENVLicenseParser.git",
"tag": "v1.0.2"
},
"source_files": "ENVLicenseParser/*.{h,m}",
"public_header_files": [
"ENVLicenseParser/ENVPerson.h",
"ENVLicenseParser/ENVBaseLicenseParser.h",
"ENVLicenseParser/ENVLicenseParser.h",
"ENVLicenseParser/ENVLicenseParserProtocol.h"
],
"requires_arc": true
}