Skip to content

Commit

Permalink
Add a detailed description for AAChartKit
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel authored Jun 16, 2017
1 parent 91dc916 commit 60cc539
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion AAChartKit/AAChartKit/AAChartKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
Pod::Spec.new do |s|
s.name = 'AAChartKit'
s.version = '2.0.7'
s.summary = 'An elegant and friendly chart library for iOS developer'
s.summary = '
An elegant and friendly chart library for iOS developer
***
## Features:
1. Support `iOS 6`、`ARC` & `Objective C`.
2. Powerful,support the `column chart` `bar chart` `line chart` `spline chart` `pie chart` `polar chart` `radar chart` and other graphics.
3. Interactive、animated,the `animation` is exquisite and deligate.
4. Support `chain programming syntax` like *Masonry*
5. `AAChartView + AAChartModel = Chart` In the AAChartKit,it follows a minimalist formula: ` Chart view + Chart model = The chart you want`.
***
'
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
s.license = 'MIT'
s.authors = {'An An' => '[email protected]'}
Expand Down

0 comments on commit 60cc539

Please sign in to comment.