blob: 35d07817cb151ebd4a697be2892995e5a5a1acb4 [file] [log] [blame]
{
"name": "AccuraFaceMatchSDK",
"version": "1.0.0",
"summary": "Recognize, compare and verify faces. Be certain that two images are of the same person.",
"description": "Accura Face Match is used for Matching 2 Faces. Source and Target. It matches the User Image from a Selfie vs User Image in document.",
"homepage": "https://accurascan.com",
"license": "MIT",
"authors": {
"AccuraScan": "connect@accurascan.com"
},
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"source": {
"git": "https://technozer01@github.com/accurascan/iOS-FaceMatch-SDK.git",
"tag": "1.0.0"
},
"preserve_paths": "FaceMatchSDK.framework",
"vendored_frameworks": "FaceMatchSDK.framework",
"requires_arc": true,
"swift_versions": "4.0",
"exclude_files": "AccuraFaceMatchSDK/*/.{plist,png}",
"dependencies": {
"OpenCV": [
"3.4.2"
],
"SVProgressHUD": [
],
"Alamofire": [
],
"AFNetworking": [
"~> 3.0"
],
"SDWebImage": [
"~>3.7"
],
"IQKeyboardManagerSwift": [
]
},
"swift_version": "4.0"
}