AAChartModel / AAChartKit

📈📊🚀🚀🚀An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的现代化声明式数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
https://cocoapods.org/pods/AAChartKit
MIT License
4.72k stars 751 forks source link

如何获取Pod的稳定版本,精确到commit的哈希值 #1477

Closed lannastudio closed 1 year ago

lannastudio commented 1 year ago

pod 'AAChartKit', :git => 'https://github.com/AAChartModel/AAChartKit.git', :commit => '精确的commit哈希值' hi 开发者,一般情况下,在Podfile中指定commit的哈希值会更加安全,请问我如何得到AAChartKit稳定版本的哈希值

AAChartModel commented 1 year ago

如果你需要的是有 tag 值的 commit, 参考:

每个 tag 都有对应的哈希值, 复制粘贴即可.

AAChartModel commented 1 year ago

如果你需要的是任意 commit 的哈希值, 参考:

git log 中可以找到任意次 commit 的相关信息