forked from AAChartModel/AAChartKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAAChartKit.podspec
More file actions
executable file
·28 lines (27 loc) · 2.11 KB
/
AAChartKit.podspec
File metadata and controls
executable file
·28 lines (27 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |s|
s.name = 'AAChartKit'
s.version = '3.0.2'
s.summary = '📈📊An elegant and friendly chart library for iOS . Powerful,supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 iOS 图表组件库,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.'
s.description = <<-DESC
***
## Features
1. Support up from `iOS 6`, `ARC` support.
2. Powerful and easy to use. It supports `column chart`, `bar chart`, `area chart`, `areaspline chart`, `line chart`, `spline chart`, `radar chart`, `polar chart`, `pie chart`, `bubble chart`, `pyramid chart`, `funnel chart`, `columnrange chart`, `arearange chart`, `mixed chart` and other graphics. Support for more chart types is planned.
3. The charts are interactive and animated. The `animation` effect is exquisite, delicate, smooth and beautiful.
4. Supports `chain programming syntax` like *Masonry*
5. `AAChartView + AAChartModel = Chart`. The AAChartKit follows a minimalist formula: Chart view + Chart model = The chart you want, just like the powerful and beautiful charts lib [AAInfographics](https://github.com/AAChartModel/AAChartKit-Swift)
***
DESC
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
s.license = { :type => "MIT", :file => 'LICENSE' }
s.authors = {'An An' => '18256973864@163.com'}
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
s.social_media_url = 'https://github.com/AAChartModel'
s.source_files = 'AAChartKitLib/**/*.{h,m}'
s.resources = "AAChartKitLib/AAJSFiles.bundle"
s.prefix_header_contents = '#import "AAGlobalMacro.h"'
s.requires_arc = true
s.ios.frameworks = 'UIKit'
s.ios.deployment_target = '7.0'
end