1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "name": "APFaceDetectPlugin",
- "id": "AP-FaceDetectModule",
- "version": "1.2.7",
- "description": "阿里云金融级实人认证SDK",
- "_dp_type": "nativeplugin",
- "_dp_nativeplugin": {
- "android": {
- "plugins": [
- {
- "type": "module",
- "name": "AP-FaceDetectModule",
- "class": "io.dcloud.uniplugin.FinTechFaceVerifyModule"
- }
- ],
- "integrateType": "aar",
- "dependencies": [
- "com.squareup.okhttp3:okhttp:3.11.0",
- "com.squareup.okio:okio:1.14.0",
- "com.aliyun.dpa:oss-android-sdk:+",
- "com.alibaba:fastjson:1.2.83_noneautotype"
- ],
- "compileOptions": {
- "sourceCompatibility": "1.8",
- "targetCompatibility": "1.8"
- },
- "abis": [
- "armeabi",
- "arm64-v8a",
- "armeabi-v7a",
- "x86"
- ],
- "minSdkVersion": "15",
- "permissions": [
- "android.permission.CAMERA",
- "android.permission.ACCESS_NETWORK_STATE",
- "android.permission.INTERNET"
- ],
- "parameters": {
-
- }
- },
- "ios": {
- "plugins": [
- {
- "type": "module",
- "name": "AP-FaceDetectModule",
- "class": "FinTechFaceVerifyModule"
- }
- ],
- "frameworks": [
- "FinTechFaceVerifyModule.framework",
- "AliyunFaceAuthFacade.framework",
- "AliyunOSSiOS.framework",
- "APBToygerFacade.framework",
- "BioAuthEngine.framework",
- "DTFIdentityManager.framework",
- "DTFUtility.framework",
- "ToygerNative.framework",
- "ToygerService.framework",
- "CoreGraphics.framework",
- "Accelerate.framework",
- "SystemConfiguration.framework",
- "AssetsLibrary.framework",
- "CoreTelephony.framework",
- "QuartzCore.framework",
- "CoreFoundation.framework",
- "CoreLocation.framework",
- "ImageIO.framework",
- "CoreMedia.framework",
- "CoreMotion.framework",
- "AVFoundation.framework",
- "WebKit.framework",
- "libresolv.tbd",
- "libz.tbd",
- "libc++.1.tbd",
- "libc++abi.tbd",
- "AudioToolbox.framework",
- "CFNetwork.framework",
- "MobileCoreServices.framework",
- "libz.1.2.8.tbd",
- "AdSupport.framework",
- "ReplayKit.framework"
- ],
- "resources": [
- "APBToygerFacade.bundle",
- "APBToygerFacadeSuitable.bundle",
- "BioAuthEngine.bundle",
- "ToygerService.bundle"
- ],
- "privacies": [
- "NSCameraUsageDescription"
- ],
- "integrateType": "framework",
- "deploymentTarget": "9.0"
- }
- }
- }
|