洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
3.3 KiB

7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
  1. {
  2. "name": "APFaceDetectPlugin",
  3. "id": "AP-FaceDetectModule",
  4. "version": "1.2.7",
  5. "description": "阿里云金融级实人认证SDK",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "AP-FaceDetectModule",
  13. "class": "io.dcloud.uniplugin.FinTechFaceVerifyModule"
  14. }
  15. ],
  16. "integrateType": "aar",
  17. "dependencies": [
  18. "com.squareup.okhttp3:okhttp:3.11.0",
  19. "com.squareup.okio:okio:1.14.0",
  20. "com.aliyun.dpa:oss-android-sdk:+",
  21. "com.alibaba:fastjson:1.2.83_noneautotype"
  22. ],
  23. "compileOptions": {
  24. "sourceCompatibility": "1.8",
  25. "targetCompatibility": "1.8"
  26. },
  27. "abis": [
  28. "armeabi",
  29. "arm64-v8a",
  30. "armeabi-v7a",
  31. "x86"
  32. ],
  33. "minSdkVersion": "21",
  34. "permissions": [
  35. "android.permission.CAMERA",
  36. "android.permission.ACCESS_NETWORK_STATE",
  37. "android.permission.INTERNET"
  38. ],
  39. "parameters": {
  40. }
  41. },
  42. "ios": {
  43. "plugins": [
  44. {
  45. "type": "module",
  46. "name": "AP-FaceDetectModule",
  47. "class": "FinTechFaceVerifyModule"
  48. }
  49. ],
  50. "frameworks": [
  51. "FinTechFaceVerifyModule.framework",
  52. "AliyunFaceAuthFacade.framework",
  53. "AliyunOSSiOS.framework",
  54. "APBToygerFacade.framework",
  55. "APPSecuritySDK.framework",
  56. "BioAuthEngine.framework",
  57. "deviceiOS.framework",
  58. "DTFIdentityManager.framework",
  59. "DTFUtility.framework",
  60. "MultiFactorFacade.framework",
  61. "OCRDetectSDKForTech.framework",
  62. "ToygerNative.framework",
  63. "ToygerService.framework",
  64. "CoreGraphics.framework",
  65. "Accelerate.framework",
  66. "SystemConfiguration.framework",
  67. "AssetsLibrary.framework",
  68. "CoreTelephony.framework",
  69. "QuartzCore.framework",
  70. "CoreFoundation.framework",
  71. "CoreLocation.framework",
  72. "ImageIO.framework",
  73. "CoreMedia.framework",
  74. "CoreMotion.framework",
  75. "AVFoundation.framework",
  76. "WebKit.framework",
  77. "libresolv.tbd",
  78. "libz.tbd",
  79. "libc++.1.tbd",
  80. "libc++abi.tbd",
  81. "AudioToolbox.framework",
  82. "CFNetwork.framework",
  83. "MobileCoreServices.framework",
  84. "libz.1.2.8.tbd",
  85. "AdSupport.framework",
  86. "ReplayKit.framework"
  87. ],
  88. "resources": [
  89. "APBToygerFacade.bundle",
  90. "APBToygerFacadeSuitable.bundle",
  91. "BioAuthEngine.bundle",
  92. "MultiFactorFacade.bundle",
  93. "OCRXMedia.bundle",
  94. "ToygerService.bundle"
  95. ],
  96. "privacies": [
  97. "NSCameraUsageDescription"
  98. ],
  99. "integrateType": "framework",
  100. "deploymentTarget": "9.0"
  101. }
  102. }
  103. }