[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 4 / 6 / VeyetalsSDK / 0.5.9 / VeyetalsSDK.podspec.json
blobf022e5c9b643bcc8cc0c3dd04a064d0a99596b25
2   "name": "VeyetalsSDK",
3   "version": "0.5.9",
4   "summary": "iOS SDK for Veyetals scanning using PPG and RPPG techniques",
5   "info_plist": {
6     "CFBundleIdentifier": "com.markitech.VeyetalsSDK"
7   },
8   "description": "iOS SDK for Veyetals scanning using PPG and RPPG techniques.",
9   "homepage": "https://www.bitbucket.org/mubashir-mkt/markitech-veyetals-sdk-pod.git",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Farooq Zaman": "farooq.zaman@markitech.ca"
16   },
17   "source": {
18     "git": "https://www.bitbucket.org/mubashir-mkt/markitech-veyetals-sdk-pod.git",
19     "tag": "0.5.9"
20   },
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "15.0"
24   },
25   "source_files": "VeyetalsSDK/Classes/**/*",
26   "resources": [
27     "VeyetalsSDK/Resources/Veyetals.storyboard",
28     "VeyetalsSDK/Resources/haarcascade_frontalface_alt2.xml",
29     "VeyetalsSDK/Resources/HRModel.mlmodel"
30   ],
31   "static_framework": true,
32   "private_header_files": "VeyetalsSDK/Classes/Models/MatObj.h",
33   "public_header_files": [
34     "VeyetalsSDK/Classes/Models/MTExceptionWrapper.h",
35     "VeyetalsSDK/Classes/Models/OpenCVWrapper.h"
36   ],
37   "frameworks": [
38     "UIKit",
39     "Accelerate",
40     "CoreFoundation",
41     "CoreMedia",
42     "CoreGraphics",
43     "AVFoundation",
44     "CoreML",
45     "Vision"
46   ],
47   "dependencies": {
48     "OpenCV": [
49       "4.3.0"
50     ],
51     "Alamofire": [
52       "~> 5.6"
53     ]
54   },
55   "pod_target_xcconfig": {
56     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
57   },
58   "user_target_xcconfig": {
59     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
60   },
61   "script_phases": {
62     "name": "Update Precompiled Header",
63     "script": "echo \"#ifdef __cplusplus\\n#import <opencv2/opencv.hpp>\\n#import <opencv2/stitching/detail/blenders.hpp>\\n#import <opencv2/stitching/detail/exposure_compensate.hpp>\\n#endif\\n\\n$(cat Target\\ Support\\ Files/VeyetalsSDK/VeyetalsSDK-prefix.pch)\" > Target\\ Support\\ Files/VeyetalsSDK/VeyetalsSDK-prefix.pch",
64     "execution_position": "before_compile"
65   },
66   "subspecs": [
67     {
68       "name": "Resources",
69       "resource_bundles": {
70         "VeyetalsLocalizedStrings": [
71           "VeyetalsSDK/Resources/**/*.{strings}"
72         ]
73       }
74     }
75   ],
76   "swift_version": "5.0"