iOS源码调试Podspec如何写

Posted Xylophone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS源码调试Podspec如何写相关的知识,希望对你有一定的参考价值。

{
  "name": "XXX",
  "version": "1.0.0",
  "summary": "XXX Library",
  "description": "Provide XXX",
  "homepage": "http://xxx",
  "license": "xxx",
  "authors": {
    "xylophone": "email"
  },
  "platforms": {
    "ios": "9.0"
  },
  "source": {
    "svc": "/Users/.../项目根目录XXX"
  },
  "source_files": [
      "XXX/**/*"
  ],
  "resources":[
    "SupporttingFiles/XXX.bundle"
  ],
  
  "dependencies": {
    "XXX": [
    ],
    "YYY": [
    ]
  },
  "requires_arc": true
}

 

以上是关于iOS源码调试Podspec如何写的主要内容,如果未能解决你的问题,请参考以下文章

谷歌浏览器调试jsp 引入代码片段,如何调试代码片段中的js

如何通过 podspec 在颤振插件上添加 .a 库

2021-12-23 flutter module源码方式集成流程分析

iOS 使用 cocoapods-packager 打包静态库

蓝桥杯——根据手册写底层

在 `../node_modules/appcenter/ios/appcenter.podspec` 中找不到 `appcenter` 的 podspec