[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 4 / 6 / VeyetalsSDK / 0.4.0 / VeyetalsSDK.podspec.json
blobc92335e8689b2952e8ab76e897adf540954b0a8f
2   "name": "VeyetalsSDK",
3   "version": "0.4.0",
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.4.0"
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   "pod_target_xcconfig": {
55     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
56   },
57   "user_target_xcconfig": {
58     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
59   },
60   "script_phases": {
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"
64   },
65   "subspecs": [
66     {
67       "name": "Resources",
68       "resource_bundles": {
69         "VeyetalsLocalizedStrings": [
70           "VeyetalsSDK/Assets/**/*.{strings}"
71         ]
72       }
73     }
74   ],
75   "swift_version": "5.0"