[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / 7 / Drowsiness-MLKit / 0.1.5 / Drowsiness-MLKit.podspec.json
blobbf336fcfcaacf08d0c68d2b792a95fa83abfd7fc
2   "name": "Drowsiness-MLKit",
3   "version": "0.1.5",
4   "summary": "Drowsiness-MLKit processes face anchors to detect Drowsiness states.",
5   "description": "Drowsiness-MLKit processes face anchors to detect Drowsiness states using MLKit library during driving. Face information should be provided by Host app.",
6   "homepage": "https://gitlab.bluetrail.software/drowsiness-detection/ios/drowsiness-mlkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Blue Trail Software": "ivang@bluetrailsoft.com"
13   },
14   "source": {
15     "git": "git@git.bluetrail.software:drowsiness-detection/ios/drowsiness-mlkit.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "15.0"
20   },
21   "swift_versions": "5.0",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "dependencies": {
29     "GoogleMLKit": [
30       "4.0.0"
31     ],
32     "GoogleMLKit/FaceDetection": [
33       "4.0.0"
34     ],
35     "GoogleMLKit/PoseDetection": [
36       "4.0.0"
37     ],
38     "GoogleMLKit/PoseDetectionAccurate": [
39       "4.0.0"
40     ],
41     "GoogleMLKit/SegmentationSelfie": [
42       "4.0.0"
43     ]
44   },
45   "vendored_frameworks": "Sources/drowsinessMLKitFramework.xcframework",
46   "swift_version": "5.0"