[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 8 / MNCIdentifier / 1.1.1 / MNCIdentifier.podspec.json
blobf36258a7ee2c69c2f282e24998979619af9abfe7
2   "name": "MNCIdentifier",
3   "version": "1.1.1",
4   "summary": "iOS SDK platforms for KYC verification services.",
5   "description": "This KYC SDK involves steps to establish customer identity thorough liveness detection.",
6   "homepage": "https://github.com/mncinnovation/mnc-identifiersdk-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ihksan Sukmawan": "ihksan.sukmawan@mncgroup.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/mncinnovation/mnc-identifiersdk-ios.git",
19     "tag": "1.1.1"
20   },
21   "frameworks": "UIKit",
22   "default_subspecs": "OCR",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "subspecs": [
30     {
31       "name": "Face",
32       "vendored_frameworks": "MNCFaceIdentifier.framework",
33       "dependencies": {
34         "GoogleMLKit/FaceDetection": [
35           "2.3.0"
36         ]
37       }
38     },
39     {
40       "name": "OCR",
41       "vendored_frameworks": "MNCOCRIdentifier.framework",
42       "dependencies": {
43         "GoogleMLKit/TextRecognition": [
44           "2.3.0"
45         ],
46         "GoogleMLKit/ObjectDetection": [
47           "2.3.0"
48         ]
49       }
50     }
51   ]