github - 如何在 GitLab 而不是 GitHub 上制作自己的 cocoapods?

标签 github repository cocoapods gitlab private

我想为我自己的cocoapod创建私有(private)存储库,但Github需要付款计划

所以我想知道我可以通过 Gitlab 做到这一点吗?

最佳答案

您可以按照 XCode + Gitlab + Cocoapods or How I modularised my iOS source code 的“Jonathan Neumann ”中描述的相同流程进行操作。

Jonathan 正在使用 GitLab。

Create a specsrepo project within that group. This repository will host the podspecs that describe each of your modules. A podspec basically tells cocoapods what to install, and where to find it.
Do the same for the main project and one of its modules. Let’s call the projects TopProject and Submodule1

https://cdn-images-1.medium.com/max/1000/1*j7O4P25enETpZigu4jPe8Q.png

关于github - 如何在 GitLab 而不是 GitHub 上制作自己的 cocoapods?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45518810/

相关文章:

git - 如何从现有存储库中的分支创建新的 GitHub 存储库?

authentication - "Invalid authentication data. Connection reset"尝试在 IntelliJ 中登录 github 时

GitHub:克隆成功,但是checkout失败

java - 将 Spring Data Repository 注入(inject)任意类

c# - 如何在 C# 中抽象实体数据上下文

ruby-on-rails - GitHub 上的 Ruby on Rails 开源社交应用

cocoapods - 列出已安装的 cocoapods 和版本

ios - 如何检查 CocoaPods 框架的版本

ios - 无法将链接器标志添加到 cocoa pod 规范

linux - 任何通过 SSH 工作的 git repo 查看器?