package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "com.jph.takephoto:takephoto_library:4.0.3"
  23. ],
  24. "compileOptions": {
  25. "sourceCompatibility": "1.8",
  26. "targetCompatibility": "1.8"
  27. },
  28. "abis": [
  29. "armeabi",
  30. "arm64-v8a",
  31. "armeabi-v7a",
  32. "x86"
  33. ],
  34. "minSdkVersion": "15",
  35. "permissions": [
  36. "android.permission.CAMERA",
  37. "android.permission.ACCESS_NETWORK_STATE",
  38. "android.permission.INTERNET"
  39. ],
  40. "parameters": {
  41. }
  42. },
  43. "ios": {
  44. "plugins": [
  45. {
  46. "type": "module",
  47. "name": "AP-FaceDetectModule",
  48. "class": "FinTechFaceVerifyModule"
  49. }
  50. ],
  51. "frameworks": [
  52. "FinTechFaceVerifyModule.framework",
  53. "AliyunFaceAuthFacade.framework",
  54. "AliyunOSSiOS.framework",
  55. "APBToygerFacade.framework",
  56. "BioAuthEngine.framework",
  57. "DTFIdentityManager.framework",
  58. "DTFUtility.framework",
  59. "ToygerNative.framework",
  60. "ToygerService.framework",
  61. "CoreGraphics.framework",
  62. "Accelerate.framework",
  63. "SystemConfiguration.framework",
  64. "AssetsLibrary.framework",
  65. "CoreTelephony.framework",
  66. "QuartzCore.framework",
  67. "CoreFoundation.framework",
  68. "CoreLocation.framework",
  69. "ImageIO.framework",
  70. "CoreMedia.framework",
  71. "CoreMotion.framework",
  72. "AVFoundation.framework",
  73. "WebKit.framework",
  74. "libresolv.tbd",
  75. "libz.tbd",
  76. "libc++.1.tbd",
  77. "libc++abi.tbd",
  78. "AudioToolbox.framework",
  79. "CFNetwork.framework",
  80. "MobileCoreServices.framework",
  81. "libz.1.2.8.tbd",
  82. "AdSupport.framework",
  83. "ReplayKit.framework"
  84. ],
  85. "resources": [
  86. "APBToygerFacade.bundle",
  87. "APBToygerFacadeSuitable.bundle",
  88. "BioAuthEngine.bundle",
  89. "ToygerService.bundle"
  90. ],
  91. "privacies": [
  92. "NSCameraUsageDescription"
  93. ],
  94. "integrateType": "framework",
  95. "deploymentTarget": "9.0"
  96. }
  97. }
  98. }