[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 5 / 3 / 9 / ValidationCore / 0.0.7 / ValidationCore.podspec.json
blob9d3bb09a3b14e4ce8e418a7b8bbf89d87808fa58
2   "name": "ValidationCore",
3   "version": "0.0.7",
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",
8   "authors": {
9     "Hannes Van den Berghe": "hannes.vandenberghe@icapps.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/HannesVDB/ValidationCore.git",
17     "tag": "0.0.7"
18   },
19   "source_files": "Sources/**/*.{swift}",
20   "dependencies": {
21     "SwiftCBOR": [
23     ],
24     "GzipSwift": [
26     ],
27     "base45-swift": [
29     ]
30   },
31   "swift_version": "5.0"