36 lines
797 B
JSON
36 lines
797 B
JSON
{
|
|
"name": "Android iOS自定义本地通知",
|
|
"id": "syczuan-notice",
|
|
"version": "1.0.3",
|
|
"description": "创建本地通知,支持大图、通知等级设置等",
|
|
"_dp_type": "nativeplugin",
|
|
"_dp_nativeplugin": {
|
|
"android": {
|
|
"integrateType": "aar",
|
|
"minSdkVersion": "19",
|
|
"abis": [
|
|
"armeabi-v7a",
|
|
"arm64-v8a"
|
|
],
|
|
"plugins": [
|
|
{
|
|
"type": "module",
|
|
"name": "syczuan-notice",
|
|
"class": "com.syczuan.plugin.notice.NoticeModule"
|
|
}
|
|
]
|
|
},
|
|
"ios": {
|
|
"integrateType": "framework",
|
|
"deploymentTarget": "11.0",
|
|
"plugins": [
|
|
{
|
|
"type": "module",
|
|
"name": "syczuan-notice",
|
|
"class": "SyczuanNoticeModule"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|