File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'AAChartKit'
33 s . version = '2.0.7'
4- s . summary = 'An elegant and friendly chart library for iOS developer'
4+ s . summary = '
5+ An elegant and friendly chart library for iOS developer
6+ ***
7+ ## Features:
8+ 1. Support `iOS 6`、`ARC` & `Objective C`.
9+ 2. Powerful,support the `column chart` `bar chart` `line chart` `spline chart` `pie chart` `polar chart` `radar chart` and other graphics.
10+ 3. Interactive、animated,the `animation` is exquisite and deligate.
11+ 4. Support `chain programming syntax` like *Masonry*
12+ 5. `AAChartView + AAChartModel = Chart` In the AAChartKit,it follows a minimalist formula: ` Chart view + Chart model = The chart you want`.
13+ ***
14+
15+ '
516 s . homepage = 'https://github.com/AAChartModel/AAChartKit'
617 s . license = 'MIT'
718 s . authors = { 'An An' => '18256973864@163.com' }
You can’t perform that action at this time.
0 commit comments