Skip to content

Commit

Permalink
Update the tag of released version
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Jun 19, 2017
1 parent a7f08ef commit 0fd89fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AAChartKitLib/AAChartKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AAChartKit'
s.version = '2.0.9'
s.version = '2.1.0'
s.summary = 'An elegant and friendly chart library for iOS developer'
s.description = <<-DESC
***
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
***
DESC
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
s.license = 'MIT'
s.license = { :type => "MIT", :file => 'LICENSE.md' }
s.authors = {'An An' => '[email protected]'}
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
Expand Down

0 comments on commit 0fd89fe

Please sign in to comment.