加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AAChartKit.podspec 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
AAChartModel 提交于 2022-05-23 21:29 . Update AAChartKit.podspec
Pod::Spec.new do |s|
s.name = 'AAChartKit'
s.version = '7.0.0'
s.summary = '📈📊🚀🚀🚀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. 极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.'
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
s.license = { :type => "MIT", :file => 'LICENSE' }
s.authors = {'An An' => '2236368544@qq.com'}
s.platform = :ios, '9.0'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
s.social_media_url = 'https://github.com/AAChartModel'
s.source_files = 'AAChartKitLib/**/*.{h,m}'
s.resource_bundles = { 'AAChartKitLib' => 'AAChartKitLib/AAJSFiles.bundle' }
s.prefix_header_contents = '#import "AAGlobalMacro.h"'
s.requires_arc = true
s.ios.frameworks = 'UIKit'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化