config.json 297 B

12345678910111213141516
  1. {
  2. "deploymentTarget": "10",
  3. "frameworks": [
  4. "CallKit.framework",
  5. "PushKit.framework",
  6. "UIKit.framework"
  7. ],
  8. "dependencies-pods": [
  9. {
  10. "name": "WRSNotification",
  11. "repo": {
  12. "git": "https://gitee.com/uniapp_uts/wrsnotification.git",
  13. "tag": "0.0.1"
  14. }
  15. }]
  16. }