Skip to content

Commit

Permalink
Update AAChartKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Aug 27, 2024
1 parent 680fa81 commit ff4eb33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AAChartKit.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'AAChartKit'
s.version = '9.0.0'
s.version = '9.1.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.source_files = 'AAChartKit/**/*.{h,m}'
s.resource_bundles = { 'AAChartKit' => 'AAChartKitLib/AAJSFiles.bundle' }
s.prefix_header_contents = '#import "AAGlobalMacro.h"'
s.requires_arc = true
s.ios.frameworks = 'UIKit'
Expand Down

0 comments on commit ff4eb33

Please sign in to comment.