[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / e / 9 / Drowsiness-Manager / 0.1.4 / Drowsiness-Manager.podspec.json
blobdc2d133edcc43ed58bd7ca95c42c3771662945e0
2   "name": "Drowsiness-Manager",
3   "version": "0.1.4",
4   "summary": "Drowsiness-Manager processes face anchors to detect Drowsiness states.",
5   "description": "Drowsiness-Manager processes face anchors to detect Drowsiness states using ARKit and MLKit libraries during driving. Face information should be provided by the Host app.",
6   "homepage": "https://gitlab.bluetrail.software/drowsiness-detection/ios/Drowsiness-Manager",
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-Manager.git",
16     "tag": "0.1.4"
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     "Drowsiness-MLKit": [
30       "0.1.5"
31     ],
32     "Drowsiness-ARKit": [
33       "0.4.0"
34     ]
35   },
36   "vendored_frameworks": "Sources/DrowsinessManager.xcframework",
37   "swift_version": "5.0"