2 "name": "YotiFaceCapture",
4 "summary": "A utility library to perform face detection and image processing from the camera feed",
5 "description": "YotiFaceCapture uses the front facing camera to perform face detection, then validates frames where a face has \nbeen detected according to Yoti's DeepFas library and finally, it returns a result that will either contain \na cropped image containing said face or an error.",
6 "homepage": "https://github.com/getyoti/yoti-face-capture-ios",
9 "text": "https://raw.githubusercontent.com/getyoti/yoti-face-capture-ios/main/LICENSE"
12 "Yoti Ltd.": "support@yoti.com"
18 "http": "https://github.com/getyoti/yoti-face-capture-ios/releases/download/v1.0.0/YotiFaceCapture.zip"
20 "source_files": "YotiFaceCapture/YotiFaceCapture.framework/Headers/*.h",
21 "public_header_files": "YotiFaceCapture/YotiFaceCapture.framework/Headers/*.h",
22 "vendored_frameworks": "YotiFaceCapture/YotiFaceCapture.framework"