From ff4eb331165f47d463979caf15639a17d7f6444d Mon Sep 17 00:00:00 2001 From: AAChartModel <2236368544@qq.com> Date: Tue, 27 Aug 2024 18:06:02 +0800 Subject: [PATCH] Update AAChartKit.podspec --- AAChartKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AAChartKit.podspec b/AAChartKit.podspec index 1923bd56a..4de44eeca 100755 --- a/AAChartKit.podspec +++ b/AAChartKit.podspec @@ -1,6 +1,6 @@ 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' } @@ -8,8 +8,8 @@ Pod::Spec.new do |s| 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'