[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / c / CCTrendCharts / 0.9.2 / CCTrendCharts.podspec.json
blobfc2c44469e6adb61e43d165bc93dc0bd93a12a45
2   "name": "CCTrendCharts",
3   "version": "0.9.2",
4   "summary": "趋势图表库",
5   "description": "趋势图表库, 支持股票K线图, 折线图, 柱型图; \n  支持分页加载数据, 支持定制指标信息(MD等);\n  支持长按指示器, 双指平滑缩放;\n  另外提供了基础绘制框架, 方便用户自行添加各种风格的渲染器;\n\n  Trend chart library, support stock K-line chart (candle chart), line chart, bar chart;\n  Support pagination loading data, support custom indicator information (MD, etc.);\n  Support long press indicator, smooth zoom with two fingers;\n  In addition, a basic drawing framework is provided to facilitate users to add various styles of renderers by themselves;",
6   "homepage": "https://github.com/cocos543/CCTrendCharts",
7   "screenshots": [
8     "https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot002.jpg",
9     "https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot006.jpg",
10     "https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot007.jpg"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Cocos543": "543314602@qq.com"
18   },
19   "source": {
20     "git": "https://github.com/cocos543/CCTrendCharts.git",
21     "tag": "0.9.2"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "CCTrendCharts/CCTrendCharts/**/*",
27   "prefix_header_file": "CCTrendCharts/CCTrendCharts/PrefixHeader.pch",
28   "dependencies": {
29     "CCEasyKVO": [
31     ]
32   }