[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 4 / 6 / VeyetalsSDK / 0.2.3 / VeyetalsSDK.podspec.json
blobc58e955317d6e29fa9d0ae310f75d2c7133f04d9
2   "name": "VeyetalsSDK",
3   "version": "0.2.3",
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/fmarki/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/fmarki/markitech-veyetals-sdk-pod.git",
19     "tag": "0.2.3"
20   },
21   "platforms": {
22     "ios": "13.0"
23   },
24   "source_files": "VeyetalsSDK/Classes/**/*",
25   "resources": [
26     "VeyetalsSDK/Assets/Veyetals.storyboard",
27     "VeyetalsSDK/Assets/haarcascade_frontalface_alt2.xml"
28   ],
29   "static_framework": true,
30   "private_header_files": "VeyetalsSDK/Classes/Models/MatObj.h",
31   "public_header_files": [
32     "VeyetalsSDK/Classes/Models/MTExceptionWrapper.h",
33     "VeyetalsSDK/Classes/Models/OpenCVWrapper.h"
34   ],
35   "frameworks": [
36     "UIKit",
37     "Accelerate",
38     "CoreFoundation",
39     "CoreMedia",
40     "CoreGraphics",
41     "AVFoundation",
42     "CoreML",
43     "Vision"
44   ],
45   "dependencies": {
46     "OpenCV": [
47       "4.3.0"
48     ],
49     "Alamofire": [
50       "~> 5.6"
51     ]
52   },
53   "script_phases": {
54     "name": "Update Precompiled Header",
55     "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",
56     "execution_position": "before_compile"
57   }