blob: f2f46d6566212a4677675beef43d4afb591b16d0 [file] [log] [blame]
{
"name": "BBStockChartView",
"version": "1.1.2",
"summary": "An iOS stock chart library in Objective-C, K-Line.",
"description": " \t\t\t\tA stock chart view written in Objective-C, including K-Line\n",
"homepage": "https://github.com/chenxiaoyu3/BBStockChartView",
"license": {
"type": "GPL",
"file": "LICENSE"
},
"authors": {
"chenxiaoyu": "chenxiaoyu3@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/chenxiaoyu3/BBStockChartView.git",
"tag": "1.1.2"
},
"source_files": [
"BBStockChartView",
"BBStockChartView/**/*"
],
"exclude_files": "BBStockChartViewDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}