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/Assets/Veyetals.storyboard",
28 "VeyetalsSDK/Assets/haarcascade_frontalface_alt2.xml"
30 "static_framework": true,
31 "private_header_files": "VeyetalsSDK/Classes/Models/MatObj.h",
32 "public_header_files": [
33 "VeyetalsSDK/Classes/Models/MTExceptionWrapper.h",
34 "VeyetalsSDK/Classes/Models/OpenCVWrapper.h"
54 "pod_target_xcconfig": {
55 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
57 "user_target_xcconfig": {
58 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
61 "name": "Update Precompiled Header",
62 "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",
63 "execution_position": "before_compile"
69 "VeyetalsLocalizedStrings": [
70 "VeyetalsSDK/Assets/**/*.{strings}"
75 "swift_version": "5.0"