blob: b81776a47f39e1938de4401ab4fe46d507f22e13 [file] [log] [blame]
{
"name": "BBStockChartView",
"version": "1.3.0",
"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": "MIT",
"file": "LICENSE.md"
},
"authors": {
"chenxiaoyu": "chenxiaoyu3@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/chenxiaoyu3/BBStockChartView.git",
"tag": "1.3.0"
},
"source_files": [
"BBStockChartView",
"BBStockChartView/**/*"
],
"exclude_files": "BBStockChartViewDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}