Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建我自己的 iOS 框架,我想通过 Carthage 提供它。它依赖于另外两个框架,也通过 Carthage 安装。当用户安装我的框架时,他会得到我安装的第三方框架吗?
我相信您将所有 Carthage 依赖项添加到框架的 Cartfile 中。Carthage 将使用它来解决您的依赖关系并下载和构建它们。