[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / c / 4 / 6 / VeyetalsSDK / 0.1.1 / VeyetalsSDK.podspec.json
blob70ab18b4a7e5a043709654ea99f05882fe4cbc2d
2   "name": "VeyetalsSDK",
3   "version": "0.1.1",
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://github.com/Farooq Zaman/VeyetalsSDK",
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": "master"
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   ],
42   "dependencies": {
43     "GoogleMLKit/FaceDetection": [
44       "2.4.0"
45     ],
46     "OpenCV": [
47       "3.4.1"
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   }