[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 1 / c / AAChartKit / 4.0.0 / AAChartKit.podspec.json
blobdfc4b7d0821060fd4d95f94a1a19fb5c772f7874
2   "name": "AAChartKit",
3   "version": "4.0.0",
4   "summary": "📈📊🚀🚀🚀An elegant and friendly data visualization chart framework for Apple developers . Extremely 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.极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.",
5   "description": "***\n## Features:\n1. Support `iOS 8+`、`ARC` & `Objective C`.\n2. Powerful,support the  `column chart` `bar chart` `line chart` `spline chart` `pie chart` `polar chart` `radar chart` and other graphics.\n3. Interactive、animated,the `animation` is exquisite and deligate.\n4. Support `chain programming syntax` like *Masonry* \n5. `AAChartView + AAChartModel = Chart`  In the AAChartKit,it follows a minimalist formula: ` Chart view + Chart model = The chart you want`.  \n***",
6   "homepage": "https://github.com/AAChartModel/AAChartKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "An An": "18256973864@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/AAChartModel/AAChartKit.git",
19     "tag": "4.0.0"
20   },
21   "social_media_url": "https://github.com/AAChartModel",
22   "source_files": "AAChartKitLib/**/*.{h,m}",
23   "resource_bundles": {
24     "AAChartKitLib": "AAChartKitLib/AAJSFiles.bundle"
25   },
26   "prefix_header_contents": "#import \"AAGlobalMacro.h\"",
27   "requires_arc": true,
28   "ios": {
29     "frameworks": "UIKit"
30   }