[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 4 / 6 / VeyetalsSDK / 0.1.3 / VeyetalsSDK.podspec.json
blob293902406f6859681018ce481a540de6521e834e
2   "name": "VeyetalsSDK",
3   "version": "0.1.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.1.3"
20   },
21   "platforms": {
22     "ios": "13.0"
23   },
24   "source_files": "VeyetalsSDK/Classes/**/*",
25   "resources": [
26     "VeyetalsSDK/Assets/Veyetals.storyboard"
27   ],
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"
33   ],
34   "frameworks": [
35     "UIKit",
36     "Accelerate",
37     "CoreFoundation",
38     "CoreMedia",
39     "CoreGraphics",
40     "AVFoundation",
41     "CoreML",
42     "Vision"
43   ],
44   "dependencies": {
45     "OpenCV": [
46       "4.3.0"
47     ],
48     "Alamofire": [
49       "~> 5.6"
50     ]
51   },
52   "script_phases": {
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"
56   }