[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 7 / f / AcuantTest / 0.0.1-b / AcuantTest.podspec.json
blob968b41f63d6ff1abb0adac63323a1e29e4eace9a
2   "name": "AcuantTest",
3   "platforms": {
4     "ios": "13.2"
5   },
6   "swift_versions": [
7     "5.2"
8   ],
9   "version": "0.0.1-b",
10   "summary": "Acuant's Test Library",
11   "description": "Acuant's Testing Library.",
12   "homepage": "https://github.com/jmoonacuant/TestCoco",
13   "license": {
14     "type": "commercial",
15     "text": "                  Copyright 2019 Acuant, Inc. All Rights Reserved.\n"
16   },
17   "authors": {
18     "Acuant Inc": "jmoon@acuantcorp.com"
19   },
20   "source": {
21     "git": "https://github.com/jmoonacuant/TestCoco.git",
22     "tag": "0.0.1-b"
23   },
24   "subspecs": [
25     {
26       "name": "AcuantCommon",
27       "platforms": {
28         "ios": "11.0"
29       },
30       "ios": {
31         "vendored_frameworks": "EmbeddedFrameworks/AcuantCommon.framework"
32       }
33     },
34     {
35       "name": "AcuantImagePreparation",
36       "platforms": {
37         "ios": "11.0"
38       },
39       "ios": {
40         "vendored_frameworks": "EmbeddedFrameworks/AcuantImagePreparation.framework"
41       },
42       "dependencies": {
43         "AcuantTest/AcuantCommon": [
45         ]
46       }
47     },
48     {
49       "name": "AcuantDocumentProcessing",
50       "platforms": {
51         "ios": "11.0"
52       },
53       "ios": {
54         "vendored_frameworks": "EmbeddedFrameworks/AcuantDocumentProcessing.framework"
55       },
56       "dependencies": {
57         "AcuantTest/AcuantCommon": [
59         ]
60       }
61     },
62     {
63       "name": "AcuantFaceMatch",
64       "platforms": {
65         "ios": "11.0"
66       },
67       "ios": {
68         "vendored_frameworks": "EmbeddedFrameworks/AcuantFaceMatch.framework"
69       },
70       "dependencies": {
71         "AcuantTest/AcuantCommon": [
73         ]
74       }
75     },
76     {
77       "name": "AcuantPassiveLiveness",
78       "platforms": {
79         "ios": "11.0"
80       },
81       "ios": {
82         "vendored_frameworks": "EmbeddedFrameworks/AcuantPassiveLiveness.framework"
83       },
84       "dependencies": {
85         "AcuantTest/AcuantCommon": [
87         ]
88       }
89     },
90     {
91       "name": "AcuantHGLiveness",
92       "platforms": {
93         "ios": "11.0"
94       },
95       "ios": {
96         "vendored_frameworks": "EmbeddedFrameworks/AcuantHGLiveness.framework"
97       },
98       "dependencies": {
99         "AcuantTest/AcuantCommon": [
101         ]
102       }
103     },
104     {
105       "name": "AcuantIPLiveness",
106       "platforms": {
107         "ios": "11.0"
108       },
109       "ios": {
110         "vendored_frameworks": "EmbeddedFrameworks/AcuantIPLiveness.framework"
111       },
112       "dependencies": {
113         "AcuantTest/AcuantCommon": [
115         ],
116         "iProov": [
117           "~> 7.3.0"
118         ]
119       }
120     },
121     {
122       "name": "AcuantEchipReader",
123       "platforms": {
124         "ios": "13.2"
125       },
126       "ios": {
127         "vendored_frameworks": "EmbeddedFrameworks/AcuantEchipReader.framework"
128       },
129       "dependencies": {
130         "AcuantTest/AcuantCommon": [
132         ]
133       }
134     },
135     {
136       "name": "AcuantFaceCapture",
137       "platforms": {
138         "ios": "11.0"
139       },
140       "source_files": "AcuantFaceCapture/AcuantFaceCapture/*.{h,swift}",
141       "dependencies": {
142         "AcuantTest/AcuantCommon": [
144         ]
145       }
146     },
147     {
148       "name": "AcuantCamera",
149       "platforms": {
150         "ios": "11.0"
151       },
152       "source_files": "AcuantCamera/AcuantCamera/*.{h,swift}",
153       "resources": "AcuantCamera/AcuantCamera/Camera/Mrz/*.xcassets",
154       "dependencies": {
155         "AcuantTest/AcuantCommon": [
157         ],
158         "AcuantTest/AcuantImagePreparation": [
160         ]
161       },
162       "subspecs": [
163         {
164           "name": "Document",
165           "source_files": [
166             "AcuantCamera/AcuantCamera/Camera/Document/*.{h,swift}",
167             "AcuantCamera/AcuantCamera/Camera/Document/Delegate/*.{h,swift}"
168           ],
169           "dependencies": {
170             "AcuantTest/AcuantCamera/Common": [
172             ]
173           }
174         },
175         {
176           "name": "Mrz",
177           "source_files": [
178             "AcuantCamera/AcuantCamera/Camera/Mrz/*.{h,swift}",
179             "AcuantCamera/AcuantCamera/Camera/Mrz/OCR/*.{h,swift}",
180             "AcuantCamera/AcuantCamera/Camera/Mrz/OCR/Utils/*.{h,swift}"
181           ],
182           "dependencies": {
183             "AcuantTest/AcuantCamera/Common": [
185             ],
186             "TesseractOCRiOS": [
187               "~> 5.0.1"
188             ]
189           }
190         },
191         {
192           "name": "Common",
193           "source_files": [
194             "AcuantCamera/AcuantCamera/View/*.{h,swift}",
195             "AcuantCamera/AcuantCamera/Extension/*.{h,swift}",
196             "AcuantCamera/AcuantCamera/Constant/*.{h,swift}",
197             "AcuantCamera/AcuantCamera/Camera/*.{h,swift}"
198           ]
199         }
200       ]
201     }
202   ],
203   "swift_version": "5.2"