2 "name": "ValidationCore",
4 "summary": "Validating EHN health certificates from QR codes",
5 "description": "Core functionality for validating EHN health certificates from QR codes. Suitable QR codes can be generated using https://dev.a-sit.at/certservice\n\nImplements a very basic validation chain:\n\n- Decode Base45-encoded QR code\n- Remove scheme prefix\n- Decompress with ZLib\n- Verify COSE signature",
6 "homepage": "https://github.com/HannesVDB/ValidationCore",
7 "license": "Apache License",
9 "Hannes Van den Berghe": "hannes.vandenberghe@icapps.com"
14 "swift_versions": "5.0",
16 "git": "https://github.com/HannesVDB/ValidationCore.git",
19 "source_files": "Sources/**/*.{swift}",
31 "swift_version": "5.0"