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",
24 "source_files": "VeyetalsSDK/Classes/**/*",
26 "VeyetalsSDK/Assets/Veyetals.storyboard"
28 "static_framework": true,
29 "private_header_files": "VeyetalsSDK/Classes/Models/MatObj.h",
30 "public_header_files": [
31 "VeyetalsSDK/Classes/Models/ExceptionWrapper.h",
32 "VeyetalsSDK/Classes/Models/OpenCVWrapper.h"
53 "name": "Update Precompiled Header",
54 "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",
55 "execution_position": "before_compile"