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.
40 lines
1.1 KiB
40 lines
1.1 KiB
{
|
|
"name": "Zego ZIM 即时通讯 SDK",
|
|
"id": "zego-ZIMUniPlugin",
|
|
"version": "2.15.1",
|
|
"description": "Zego ZIM uni-app 原生插件",
|
|
"_dp_type": "nativeplugin",
|
|
"_dp_nativeplugin": {
|
|
"ios": {
|
|
"plugins": [{
|
|
"type": "module",
|
|
"name": "zego-ZIMUniPlugin_ZIMUniEngine",
|
|
"class": "ZIMUniEngine"
|
|
}],
|
|
"frameworks": [
|
|
"ZIM.framework"
|
|
],
|
|
"embedFrameworks": [
|
|
"ZIM.xcframework"
|
|
],
|
|
"integrateType": "framework",
|
|
"deploymentTarget": "11.0",
|
|
"validArchitectures": [
|
|
"arm64"
|
|
]
|
|
},
|
|
"android": {
|
|
"plugins": [{
|
|
"type": "module",
|
|
"name": "zego-ZIMUniPlugin_ZIMUniEngine",
|
|
"class": "im.zego.zim_uniapp_sdk.ZIMUniEngine"
|
|
}],
|
|
"abis": [
|
|
"armeabi-v7a",
|
|
"arm64-v8a",
|
|
"x86"
|
|
],
|
|
"integrateType": "aar"
|
|
}
|
|
}
|
|
}
|
|
|