[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 0 / YotiFaceCapture / 3.0.0-alpha5 / YotiFaceCapture.podspec.json
blobe031c1c63036c1c6c706a0e277e130b88fcb60e1
2   "name": "YotiFaceCapture",
3   "version": "3.0.0-alpha5",
4   "summary": "A utility library to perform face detection and image processing from the camera feed",
5   "description": "YotiFaceCapture provides a simplified way of capturing a face. It performs face detection from the front facing camera, analyses those frames and produces an optimised cropped image of the captured face.",
6   "homepage": "https://github.com/getyoti/yoti-face-capture-ios",
7   "license": {
8     "type": "MIT",
9     "text": "https://raw.githubusercontent.com/getyoti/yoti-face-capture-ios/main/LICENSE"
10   },
11   "authors": {
12     "Yoti Ltd.": "support@yoti.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "http": "https://github.com/getyoti/yoti-face-capture-ios/releases/download/v3.0.0-alpha5/YotiFaceCapture.zip"
19   },
20   "exclude_files": "YotiFaceCapture/Sources/SupportingFiles/*",
21   "source_files": "YotiFaceCapture/YotiFaceCapture.framework/Headers/*.h",
22   "public_header_files": "YotiFaceCapture/YotiFaceCapture.framework/Headers/*.h",
23   "vendored_frameworks": "YotiFaceCapture/YotiFaceCapture.framework",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "5.4"
26   }