[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 8 / MNCIdentifier / 0.1.4 / MNCIdentifier.podspec.json
blob4da023f98093a8a1ac4a291e8b8fb9a073ace5e5
2   "name": "MNCIdentifier",
3   "version": "0.1.4",
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": "0.1.4"
20   },
21   "frameworks": "UIKit",
22   "default_subspecs": "Face",
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": "Face.framework",
33       "dependencies": {
34         "GoogleMLKit/FaceDetection": [
35           "2.3.0"
36         ]
37       }
38     }
39   ]