[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 8 / b / KinegramEmrtdConnector / 1.0.0 / KinegramEmrtdConnector.podspec.json
blob6360668e829f11f865fcb9a8fb7bc5c5d1b4f008
2   "name": "KinegramEmrtdConnector",
3   "version": "1.0.0",
4   "summary": "Enable the Document Validation Server (DocVal Server) to read and verify an eMRTD via a WebSocket connection.",
5   "description": "Enable the Document Validation Server (DocVal Server) to read and verify an eMRTD via a WebSocket connection.\nThe DocVal server is able to read the data (like MRZ info or photo of face) and verify the\nauthenticity and integrity of the data.\nIf the eMRTD supports the required protocols, the DocVal Server will additionally be able to verify\nthat the chip was not cloned.\nThe DocVal Server will post the result to your **Result-Server**.",
6   "homepage": "https://ovd-kinegram-ag.github.io/emrtd-connector-sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tim Vogel": "tim.vogel@kurzdigital.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/OVD-Kinegram-AG/emrtd-connector-sdk-ios.git",
19     "tag": "1.0.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "Sources/KinegramEmrtdConnector/**/*",
23   "ios": {
24     "frameworks": [
25       "CoreNFC",
26       "Foundation"
27     ]
28   },
29   "xcconfig": {
30     "OTHER_LDFLAGS": "-weak_framework CoreNFC"
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "Sources/KinegramEmrtdConnectorTests/**/*",
37       "resources": "Sources/KinegramEmrtdConnectorTests/**/*"
38     }
39   ],
40   "swift_version": "5.1"