blob: bd09320f0f4ac3df2bdb8d1dacf27af0c13e2c1c [file] [log] [blame]
{
"name": "CHKLineChart",
"version": "1.0.1",
"summary": "纯Swift3.0代码编写的K线图表组件",
"description": "纯Swift3.0代码编写的K线图表组件,支持:MA,EMA,KDJ,MACD等技术指标显示。集成使用简单,二次开发扩展强大",
"homepage": "https://github.com/zhiquan911/CHKLineChart",
"screenshots": "https://github.com/zhiquan911/CHKLineChart/blob/master/demo.png?raw=true",
"license": "MIT",
"authors": {
"Chance": "zhiquan911@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhiquan911/CHKLineChart.git",
"tag": "1.0.1"
},
"source_files": "CHKLineChart/CHKLineChart/Classes/*.{swift,h,m}",
"requires_arc": true
}