gpt4 book ai didi

ios - 如何结合私有(private) git pod 和最大 pod 版本

转载 作者:行者123 更新时间:2023-11-29 12:16:38 26 4
gpt4 key购买 nike

我正在尝试将最大 pod 版本设置到我的“Podfile”中,就像 AFNetworking 所做的那样:

pod 'AFNetworking', '~> 2.0'

但我使用的是私有(private)仓库,所以我还需要指定 git 仓库:

pod 'AFNetworking', :git => 'https://github.com/gowalla/AFNetworking.git'

椰子足指南:https://guides.cocoapods.org/using/the-podfile.html示例展示了如何使用特定的分支、标记或提交:

pod 'AFNetworking', :git => 'https://github.com/gowalla/AFNetworking.git', :branch => 'dev'

pod 'AFNetworking', :git => 'https://github.com/gowalla/AFNetworking.git', :tag => '0.7.0'

pod 'AFNetworking', :git => 'https://github.com/gowalla/AFNetworking.git', :commit => '082f8319af'

但没有最大 pod 版本。

我如何结合私有(private) git 存储库和最大 pod 版本?

最佳答案

当从存储库的根目录使用 podspec 时(即,当您将 :git 放入 Podfile 时),CocoaPods 将在该存储库的根目录中使用 podspec。 podspec 将附加一个固定的版本号,因此没有“最大”版本这样的东西,只有一个固定版本。

相反,如果您想发布私有(private) Pod 的各种版本,您可以将各种版本作为单独的 Pod 规范包含在 Pod 规范存储库中,请查看 CocoaPods guide on private spec repositories .

关于ios - 如何结合私有(private) git pod 和最大 pod 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31827279/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com