[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 9 / 2 / CovidCertificateSDK / 1.0.1 / CovidCertificateSDK.podspec.json
blobda8771bc70b0517fbd040eca1c3d3a30e7d83941
2   "name": "CovidCertificateSDK",
3   "version": "1.0.1",
4   "summary": "Implementation of the Electronic Health Certificates (EHN) specification used to verify the validity of COVID Certificates in Switzerland.",
5   "homepage": "https://github.com/admin-ch/CovidCertificate-SDK-iOS",
6   "license": {
7     "type": "MPL",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ubique": "covidcertificatesdk@ubique.ch"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "swift_versions": "5.3",
17   "source": {
18     "git": "https://github.com/admin-ch/CovidCertificate-SDK-iOS.git",
19     "tag": "v1.0.1"
20   },
21   "source_files": [
22     "Sources/CovidCertificateSDK",
23     "Sources/CovidCertificateSDK/**/*.{h,m,swift}"
24   ],
25   "resource_bundles": {
26     "CovidCertificateSDK": [
27       "Sources/CovidCertificateSDK/Resources/*"
28     ]
29   },
30   "dependencies": {
31     "GzipSwift": [
32       "~>5.1.1"
33     ],
34     "SwiftJWT": [
35       "~>3.6.1"
36     ],
37     "SwiftCBOR": [
39     ],
40     "base45-swift": [
42     ],
43     "jsonlogicFork": [
44       "~>1.2.0"
45     ]
46   },
47   "swift_version": "5.3"