[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / c / 4 / 6 / VeyetalsSDK / 0.2.8 / VeyetalsSDK.podspec.json
blob154fe560fb6a4f638e942310eb5b737cd2166ec3
2   "name": "VeyetalsSDK",
3   "version": "0.2.8",
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.8"
20   },
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "13.0"
24   },
25   "source_files": "VeyetalsSDK/Classes/**/*",
26   "resources": [
27     "VeyetalsSDK/Assets/Veyetals.storyboard",
28     "VeyetalsSDK/Assets/haarcascade_frontalface_alt2.xml"
29   ],
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"
35   ],
36   "frameworks": [
37     "UIKit",
38     "Accelerate",
39     "CoreFoundation",
40     "CoreMedia",
41     "CoreGraphics",
42     "AVFoundation",
43     "CoreML",
44     "Vision"
45   ],
46   "dependencies": {
47     "OpenCV": [
48       "4.3.0"
49     ],
50     "Alamofire": [
51       "~> 5.6"
52     ]
53   },
54   "script_phases": {
55     "name": "Update Precompiled Header",
56     "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",
57     "execution_position": "before_compile"
58   },
59   "swift_version": "5.0"