[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / f / AccuraFaceMatchSDK / 1.0.4 / AccuraFaceMatchSDK.podspec.json
blob9b80d30a3ec9e2deab85fce72d3040efb08576b8
2   "name": "AccuraFaceMatchSDK",
3   "version": "1.0.4",
4   "summary": "Recognize, compare and verify faces. Be certain that two images are of the same person.",
5   "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.",
6   "homepage": "https://accurascan.com",
7   "license": "MIT",
8   "authors": {
9     "AccuraScan": "connect@accurascan.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "static_framework": true,
15   "source": {
16     "git": "https://technozer01@github.com/accurascan/iOS-FaceMatch-SDK.git",
17     "tag": "1.0.4"
18   },
19   "preserve_paths": "FaceMatchSDK.framework",
20   "vendored_frameworks": "FaceMatchSDK.framework",
21   "requires_arc": true,
22   "swift_versions": "4.0",
23   "exclude_files": "AccuraFaceMatchSDK/*/.{plist,png}",
24   "resources": [
25     "model1.dat",
26     "model2.dat",
27     "fdata.xml"
28   ],
29   "dependencies": {
30     "OpenCV": [
31       "3.4.2"
32     ],
33     "SVProgressHUD": [
35     ],
36     "Alamofire": [
38     ],
39     "AFNetworking": [
40       "~> 3.0"
41     ],
42     "SDWebImage": [
43       "~>3.7"
44     ],
45     "IQKeyboardManagerSwift": [
47     ]
48   },
49   "swift_version": "4.0"