We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f08ef commit 0fd89feCopy full SHA for 0fd89fe
AAChartKitLib/AAChartKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'AAChartKit'
3
- s.version = '2.0.9'
+ s.version = '2.1.0'
4
s.summary = 'An elegant and friendly chart library for iOS developer'
5
s.description = <<-DESC
6
***
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
14
DESC
15
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
16
- s.license = 'MIT'
+ s.license = { :type => "MIT", :file => 'LICENSE.md' }
17
s.authors = {'An An' => '[email protected]'}
18
s.platform = :ios, '7.0'
19
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
0 commit comments