[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 7 / e / 4 / AcuantiOSSDKV11_modified / 11.5.5 / AcuantiOSSDKV11_modified.podspec.json
blobd3239efb4c9107a84e359ca7051d248ed39b9c02
2   "name": "AcuantiOSSDKV11_modified",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "swift_versions": [
7     "5.5.2"
8   ],
9   "version": "11.5.5",
10   "summary": "Acuant's latest SDK with most advanced image capture technology and optimized user workflow",
11   "description": "Acuant's latest SDK with most advanced image capture technology and optimized user workflow.\n\n    Auto capture of documents\n    Feedback on image capture quality, does several check on the captured image to ensure its optimal quality\n    Optimized image capture and processing workflow (reduces bad captures and poor results)\n    SDK broken down in to small different modules so that developers can include only the modules they want",
12   "homepage": "https://github.com/MoyaMaker/iOSSDKV11",
13   "license": {
14     "type": "commercial",
15     "text": "                  Copyright 2021 Acuant, Inc. All Rights Reserved.\n"
16   },
17   "authors": {
18     "Acuant Inc": "smaltsev@acuant.com"
19   },
20   "source": {
21     "git": "https://github.com/MoyaMaker/iOSSDKV11.git",
22     "branch": "replace_shared",
23     "tag": "11.5.5"
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "subspecs": [
32     {
33       "name": "AcuantCommon",
34       "platforms": {
35         "ios": "11.0"
36       },
37       "ios": {
38         "vendored_frameworks": "EmbeddedFrameworks/AcuantCommon.xcframework"
39       }
40     },
41     {
42       "name": "AcuantImagePreparation",
43       "platforms": {
44         "ios": "11.0"
45       },
46       "ios": {
47         "vendored_frameworks": "EmbeddedFrameworks/AcuantImagePreparation.xcframework"
48       },
49       "dependencies": {
50         "AcuantiOSSDKV11_modified/AcuantCommon": [
52         ]
53       }
54     },
55     {
56       "name": "AcuantDocumentProcessing",
57       "platforms": {
58         "ios": "11.0"
59       },
60       "ios": {
61         "vendored_frameworks": "EmbeddedFrameworks/AcuantDocumentProcessing.xcframework"
62       },
63       "dependencies": {
64         "AcuantiOSSDKV11_modified/AcuantCommon": [
66         ]
67       }
68     },
69     {
70       "name": "AcuantFaceMatch",
71       "platforms": {
72         "ios": "11.0"
73       },
74       "ios": {
75         "vendored_frameworks": "EmbeddedFrameworks/AcuantFaceMatch.xcframework"
76       },
77       "dependencies": {
78         "AcuantiOSSDKV11_modified/AcuantCommon": [
80         ]
81       }
82     },
83     {
84       "name": "AcuantPassiveLiveness",
85       "platforms": {
86         "ios": "11.0"
87       },
88       "ios": {
89         "vendored_frameworks": "EmbeddedFrameworks/AcuantPassiveLiveness.xcframework"
90       },
91       "dependencies": {
92         "AcuantiOSSDKV11_modified/AcuantCommon": [
94         ]
95       }
96     },
97     {
98       "name": "AcuantHGLiveness",
99       "platforms": {
100         "ios": "11.0"
101       },
102       "ios": {
103         "vendored_frameworks": "EmbeddedFrameworks/AcuantHGLiveness.xcframework"
104       },
105       "dependencies": {
106         "AcuantiOSSDKV11_modified/AcuantCommon": [
108         ]
109       }
110     },
111     {
112       "name": "AcuantIPLiveness",
113       "platforms": {
114         "ios": "11.0"
115       },
116       "ios": {
117         "vendored_frameworks": "EmbeddedFrameworks/AcuantIPLiveness.xcframework"
118       },
119       "dependencies": {
120         "AcuantiOSSDKV11_modified/AcuantCommon": [
122         ],
123         "iProov": [
124           "~> 9.2.0"
125         ]
126       }
127     },
128     {
129       "name": "AcuantEchipReader",
130       "platforms": {
131         "ios": "11.0"
132       },
133       "ios": {
134         "vendored_frameworks": "EmbeddedFrameworks/AcuantEchipReader.xcframework"
135       },
136       "dependencies": {
137         "AcuantiOSSDKV11_modified/AcuantCommon": [
139         ]
140       }
141     },
142     {
143       "name": "AcuantFaceCapture",
144       "platforms": {
145         "ios": "11.0"
146       },
147       "source_files": [
148         "AcuantFaceCapture/AcuantFaceCapture/*.{h,swift}",
149         "AcuantFaceCapture/AcuantFaceCapture/View/*.{h,swift}",
150         "AcuantFaceCapture/AcuantFaceCapture/Models/*.{h,swift}",
151         "AcuantFaceCapture/AcuantFaceCapture/Extension/*.{h,swift}"
152       ],
153       "dependencies": {
154         "AcuantiOSSDKV11_modified/AcuantCommon": [
156         ],
157         "AcuantiOSSDKV11_modified/AcuantImagePreparation": [
159         ]
160       }
161     },
162     {
163       "name": "AcuantCamera",
164       "platforms": {
165         "ios": "11.0"
166       },
167       "source_files": "AcuantCamera/AcuantCamera/*.{h,swift}",
168       "dependencies": {
169         "AcuantiOSSDKV11_modified/AcuantCommon": [
171         ],
172         "AcuantiOSSDKV11_modified/AcuantImagePreparation": [
174         ]
175       },
176       "subspecs": [
177         {
178           "name": "Document",
179           "source_files": [
180             "AcuantCamera/AcuantCamera/Camera/Document/*.{h,swift}",
181             "AcuantCamera/AcuantCamera/Camera/Document/Delegate/*.{h,swift}"
182           ],
183           "dependencies": {
184             "AcuantiOSSDKV11_modified/AcuantCamera/Common": [
186             ]
187           }
188         },
189         {
190           "name": "Mrz",
191           "source_files": [
192             "AcuantCamera/AcuantCamera/Camera/Mrz/*.{h,swift}",
193             "AcuantCamera/AcuantCamera/Camera/Mrz/OCR/*.{h,swift}",
194             "AcuantCamera/AcuantCamera/Camera/Mrz/OCR/Utils/*.{h,swift}"
195           ],
196           "dependencies": {
197             "AcuantiOSSDKV11_modified/AcuantCamera/Common": [
199             ]
200           },
201           "ios": {
202             "vendored_frameworks": "EmbeddedFrameworks/TesseractOCR.framework"
203           }
204         },
205         {
206           "name": "Barcode",
207           "source_files": "AcuantCamera/AcuantCamera/Camera/Barcode/*.{h,swift}",
208           "dependencies": {
209             "AcuantiOSSDKV11_modified/AcuantCamera/Common": [
211             ]
212           }
213         },
214         {
215           "name": "Common",
216           "source_files": [
217             "AcuantCamera/AcuantCamera/View/*.{h,swift}",
218             "AcuantCamera/AcuantCamera/Extension/*.{h,swift}",
219             "AcuantCamera/AcuantCamera/Constant/*.{h,swift}",
220             "AcuantCamera/AcuantCamera/Camera/*.{h,swift}"
221           ],
222           "resource_bundles": {
223             "AcuantCameraAssets": [
224               "AcuantCamera/AcuantCamera/*.xcassets"
225             ]
226           }
227         }
228       ]
229     }
230   ],
231   "swift_version": "5.5.2"