blob: f03a002a59bda5091761ca1427fe789ad86fa832 [file] [log] [blame]
{
"name": "BoardingPassKit",
"version": "0.1.0",
"summary": "A library to parse the contents of airline boarding pass barcodes.",
"description": "BoardingPassKit allows parsing the content of airline boarding pass barcodes.\nUse other means to parse the actual PDF417, Aztec, or QR Code and then pass the result to\nBPKBoardingPass(data:).",
"homepage": "https://github.com/invliD/BoardingPassKit",
"license": "MPL-2.0",
"authors": "Sebastian Brückner",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/invliD/BoardingPassKit.git",
"tag": "0.1.0"
},
"source_files": "Source/**/*.swift",
"requires_arc": true
}