[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 8 / MNCIdentifier / 1.1.10 / MNCIdentifier.podspec.json
blob02a34103663d227ae8128f902fd9ee519df7b0ac
2   "name": "MNCIdentifier",
3   "version": "1.1.10",
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://mobile.mncinnovation.id/docs/mncidentifier/overview/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ihksan Sukmawan": "ihksan.sukmawan@mncgroup.com",
13     "Ari Fajrianda Alfi": "ari.alfi@mncgroup.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/mncinnovation/mnc-identifiersdk-ios.git",
20     "tag": "1.1.10"
21   },
22   "frameworks": "UIKit",
23   "default_subspecs": "OCR",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "subspecs": [
31     {
32       "name": "Face",
33       "vendored_frameworks": "MNCFaceIdentifier.xcframework",
34       "dependencies": {
35         "GoogleMLKit/FaceDetection": [
36           "4.0.0"
37         ]
38       }
39     },
40     {
41       "name": "OCR",
42       "vendored_frameworks": "MNCOCRIdentifier.xcframework",
43       "dependencies": {
44         "GoogleMLKit/TextRecognition": [
45           "4.0.0"
46         ],
47         "GoogleMLKit/ObjectDetection": [
48           "4.0.0"
49         ]
50       }
51     }
52   ]