topfans/frontend/nativePlugins/imengyu-UniAndroidGyro/package.json
2026-05-14 22:18:25 +08:00

30 lines
885 B
JSON

{
"name": "imengyu-UniAndroidGyro",
"id": "imengyu-UniAndroidGyro",
"version": "1.0.5",
"description": "APP端陀螺仪数据采集",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {
"android": {
"plugins": [
{
"type": "module",
"name": "imengyu-UniAndroidGyro-GyroModule",
"class": "uni.imengyu.gyro.GyroModule"
}
],
"integrateType": "aar",
"minSdkVersion": "19"
},
"ios": {
"plugins": [{
"type": "module",
"name": "imengyu-UniAndroidGyro-GyroModule",
"class": "GyroModule"
}],
"frameworks": ["MapKit.framework"],
"integrateType": "framework",
"deploymentTarget": "9.0"
}
}
}