| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "wxMerchantTransfer",
- "id": "wxMerchantTransfer",
- "version": "1.0.0",
- "description": "WeChat Merchant Transfer Plugin",
- "_dp_type": "nativeplugin",
- "_dp_nativeplugin": {
- "android": {
- "plugins": [
- {
- "type": "module",
- "name": "wxMerchantTransfer",
- "class": "com.plugin.wxmerchanttransfer.WxMerchantTransferModule"
- }
- ],
- "integrateType": "aar",
- "dependencies": [],
- "compileOptions": {
- "sourceCompatibility": "1.8",
- "targetCompatibility": "1.8"
- },
- "abis": [
- "armeabi-v7a",
- "arm64-v8a"
- ],
- "minSdkVersion": "22",
- "parameters": {}
- },
- "ios": {
- "plugins": [
- {
- "type": "module",
- "name": "wxMerchantTransfer",
- "class": "WxMerchantTransferModule"
- }
- ],
- "integrateType": "library",
- "deploymentTarget": "9.0"
- }
- }
- }
|