Skip to content

Commit 0fd89fe

Browse files
committed
Update the tag of released version
1 parent a7f08ef commit 0fd89fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AAChartKitLib/AAChartKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AAChartKit'
3-
s.version = '2.0.9'
3+
s.version = '2.1.0'
44
s.summary = 'An elegant and friendly chart library for iOS developer'
55
s.description = <<-DESC
66
***
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
***
1414
DESC
1515
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
16-
s.license = 'MIT'
16+
s.license = { :type => "MIT", :file => 'LICENSE.md' }
1717
s.authors = {'An An' => '[email protected]'}
1818
s.platform = :ios, '7.0'
1919
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}

0 commit comments

Comments
 (0)