oa-base/nativeplugins/VideoPicker/package.json

45 lines
1.1 KiB
JSON

{
"name": "视频多选原生SDK",
"id": "VideoPicker",
"version": "1.0.0",
"description": "封装到js端使用",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {
"android": {
"plugins": [{
"type": "module",
"name": "VideoPicker",
"class": "io.dcloud.uniplugin.VideoPicker"
}],
"integrateType": "aar",
"dependencies": [
"com.alibaba:fastjson:1.2.83",
"com.facebook.fresco:fresco:1.13.0",
"androidx.localbroadcastmanager:localbroadcastmanager:1.0.0",
"androidx.core:core:1.1.0",
"androidx.fragment:fragment:1.1.0",
"androidx.recyclerview:recyclerview:1.0.0",
"androidx.legacy:legacy-support-v4:1.0.0",
"androidx.appcompat:appcompat:1.0.0"
],
"compileOptions": {
"sourceCompatibility": "1.8",
"targetCompatibility": "1.8"
},
"abis": [
"armeabi-v7a","arm64-v8a","x86"
],
"minSdkVersion": "21"
},
"ios": {
"plugins": [{
"type": "module",
"name": "VideoPickerUniPlugin-VideoPickerModule",
"class": "VideoPickerModule"
}],
"frameworks": ["VideoPickerUniPlugin.framework"],
"integrateType": "framework",
"deploymentTarget": "11.0"
}
}
}