Skip to content

Commit aecc3a8

Browse files
authored
Append the description content
1 parent 60cc539 commit aecc3a8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |s|
22
s.name = 'AAChartKit'
3-
s.version = '2.0.7'
4-
s.summary = '
5-
An elegant and friendly chart library for iOS developer
3+
s.version = '2.0.8'
4+
s.summary = 'An elegant and friendly chart library for iOS developer'
5+
s.description = <<-DESC
66
***
77
## Features:
88
1. Support `iOS 6`、`ARC` & `Objective C`.
@@ -11,13 +11,12 @@ An elegant and friendly chart library for iOS developer
1111
4. Support `chain programming syntax` like *Masonry*
1212
5. `AAChartView + AAChartModel = Chart` In the AAChartKit,it follows a minimalist formula: ` Chart view + Chart model = The chart you want`.
1313
***
14-
15-
'
14+
DESC
1615
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
1716
s.license = 'MIT'
1817
s.authors = {'An An' => '[email protected]'}
1918
s.platform = :ios, '7.0'
2019
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
21-
s.source_files = 'AAChartKit', 'AAChartKit/*.{h,m}'
20+
s.source_files = 'AAChartKit', 'AAChartKit/**/*.{h,m}'
2221
s.requires_arc = true
2322
end

0 commit comments

Comments
 (0)