[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / c / f / b / AnylineFaceAuthentication / 1.0.0 / AnylineFaceAuthentication.podspec.json
blobfda50c1884e1d545d82e33cbd43205debfc1ec31
2   "name": "AnylineFaceAuthentication",
3   "version": "1.0.0",
4   "summary": "Anyline ID scan with live face authentication",
5   "description": "**AnylineFaceAuthentication** pairs identity document scanning with a real-time liveness check utilizing the iPhone's camera, best suited for authenticating users over the internet.\n\nSuitable IDs include passports, visas, national IDs, as well as a number of supported driver's license cards.\n\n*NOTE: An internet connection is required in order to use face authentication.*",
6   "homepage": "https://anyline.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aldrich Co": "aldrich@anyline.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": "4.0",
18   "source_files": "AnylineFaceAuthentication/Classes/**/*.{swift,h}",
19   "source": {
20     "http": "https://anylinesdk.blob.core.windows.net/downloads/AnylineFaceAuthentication_iOS_0.2.0.zip"
21   },
22   "resource_bundles": {
23     "Assets": "AnylineFaceAuthentication/Assets/**/*.{xcassets,bundle}"
24   },
25   "vendored_frameworks": "AnylineFaceAuthentication/Vendor/**/*.xcframework",
26   "dependencies": {
27     "Anyline": [
28       ">= 34"
29     ]
30   },
31   "frameworks": [
32     "Accelerate",
33     "AVFoundation",
34     "CoreMedia",
35     "CoreMotion",
36     "AudioToolbox",
37     "WebKit"
38   ],
39   "libraries": [
40     "c++",
41     "z"
42   ],
43   "xcconfig": {
44     "OTHER_LDFLAGS": "-ObjC -weak_framework CoreNFC",
45     "ENABLE_BITCODE": "NO"
46   },
47   "pod_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "user_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
52   },
53   "deprecated": true,
54   "swift_version": "4.0"