4 "summary": "iOS SDK for Veyetals scanning using PPG and RPPG techniques",
6 "CFBundleIdentifier": "com.markitech.VeyetalsSDK"
8 "description": "iOS SDK for Veyetals scanning using PPG and RPPG techniques.",
9 "homepage": "https://www.bitbucket.org/fmarki/markitech-veyetals-sdk-pod.git",
15 "Farooq Zaman": "farooq.zaman@markitech.ca"
18 "git": "https://www.bitbucket.org/fmarki/markitech-veyetals-sdk-pod.git",
21 "swift_versions": "5.0",
25 "source_files": "VeyetalsSDK/Classes/**/*",
27 "VeyetalsSDK/Resources/Veyetals.storyboard",
28 "VeyetalsSDK/Resources/haarcascade_frontalface_alt2.xml",
29 "VeyetalsSDK/Resources/HRModel.mlmodel"
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"
55 "pod_target_xcconfig": {
56 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
58 "user_target_xcconfig": {
59 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
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"
70 "VeyetalsLocalizedStrings": [
71 "VeyetalsSDK/Resources/**/*.{strings}"
76 "swift_version": "5.0"