File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::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:
881. Support `iOS 6`、`ARC` & `Objective C`.
@@ -11,13 +11,12 @@ An elegant and friendly chart library for iOS developer
11114. Support `chain programming syntax` like *Masonry*
12125. `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
You can’t perform that action at this time.
0 commit comments