ios - cocoa bean : List all versions of a pod ever released and see version history

标签 ios xcode xcode7 cocoapods

我的 Podfile 中有这个 pod:

pod 'Cartography', '~> 0.6.0’

我想知道如何找到该 Pod 已发布的所有版本。最终目标是看看我是否可以找到用 Swift 2.3(2016 年 6 月 12 日发布)编写的版本,以便我可以将 pod 从 XCode 7 升级到 XCode 8。我不一定想要最新版本 - 我想要一个将与 Swift 2.3 一起工作的

Cocoapods显示最新版本是0.7.0

如何查看所有已发布版本的历史记录以及发布日期?

最佳答案

我相信您真正想要的是进行pod搜索制图。这为您提供了给定 pod 的发布历史记录,而不是源代码的发布历史记录,正如 HAS 在评论中提到的那样。

引用号:CococaPods: List all versions of a pod ever released and see version history

关于ios - cocoa bean : List all versions of a pod ever released and see version history,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39517455/

相关文章:

ios - iphone 越狱开发与公共(public) API

ios - 错误告诉我,尝试创建 NSDictionary 时我的 textview 为零

iOS WebRTC 连接卡在 Ice Connection State Gathering

ios - 使用 swift 2.0 更改 XCODE 7 中 UITabBar 和 UITabBarItems 的文本和图标颜色?

ios - GPUImage - 使用 NSMutableArray 串联应用过滤器

ios - 同步下载 Firebase 存储

xcode - 无法在 Mac OS X Yosemite 上下载 XCode 6.1

iphone - MKMapView 中的 zoomLevel 和 mapCenter

ios - Xcode 7 : WatchOS storyboards do not support target device type 'iphone'

swift - 如何将我自己的类(class)导入 Xcode 7 Playground ?