19 Star 52 Fork 9

王路 / AAChartKit-Swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AAInfographics.podspec 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
AAChartModel 提交于 2019-10-26 16:32 . Update AAInfographics pods desc
Pod::Spec.new do |s|
s.name = 'AAInfographics'
s.version = '4.0.0'
s.summary = '📈📊📱📺💻An elegant and friendly data visualization chart framework for Apple developers . 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.极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.'
s.description = <<-DESC
An elegant and friendly chart library for iOS developer who use Swift
1. Support `iOS 9`、`ARC` & `Swift`.
2. Powerful,support the `column chart` `bar chart` `line chart` `spline chart` `pie chart` `polar chart` `radar chart` and other graphics.
3. Interactive、animated,the `animation` is exquisite and deligate.
4. Support `chain programming syntax` like *Masonry*
5. `AAChartView + AAChartModel = Chart` In the AAInfographics,it follows a minimalist formula: ` Chart view + Chart model = The chart you want`.
DESC
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift'
s.license = 'MIT'
s.authors = {'An An' => '18256973864@163.com'}
s.platform = :ios, '9.0'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit-Swift.git', :tag => s.version}
s.source_files = 'AAInfographics', 'AAInfographics/**/*.{swift}'
s.resources = "AAInfographics/AAJSFiles.bundle"
s.requires_arc = true
end
Swift
1
https://gitee.com/iOS_wanglu/AAChartKit-Swift.git
git@gitee.com:iOS_wanglu/AAChartKit-Swift.git
iOS_wanglu
AAChartKit-Swift
AAChartKit-Swift
master

搜索帮助