forked from AAChartModel/AAChartKit-Swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAAInfographics.podspec
executable file
·22 lines (20 loc) · 1.13 KB
/
AAInfographics.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'AAInfographics'
s.version = '1.0.2'
s.summary = 'An elegant and friendly chart library for iOS developer who use Swift'
s.description = <<-DESC
An elegant and friendly chart library for iOS developer who use Swift
1. Support `iOS 8`、`ARC` & `Swift`.
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 AAInfographics,it follows a minimalist formula: ` Chart view + Chart model = The chart you want`.
DESC
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift'
s.license = 'MIT'
s.authors = {'An An' => '[email protected]'}
s.platform = :ios, '8.0'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit-Swift.git', :tag => s.version}
s.source_files = 'AAInfographics', 'AAInfographics/**/*.{swift,html,js}'
s.requires_arc = true
end