blob: 4bcf64ea7cf12ee725a7c1fd8e8a9ad48a38a131 [file] [log] [blame]
{
"name": "BoardingPassKit",
"version": "0.1.1",
"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.1"
},
"source_files": "Source/**/*.swift",
"requires_arc": true
}