blob: 5d6ac87c988a4b251c7cfeb955a280cde8827763 [file] [log] [blame]
{
"name": "BBStockChartView",
"version": "1.0.1",
"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.0.1"
},
"source_files": [
"BBStockChartView",
"BBStockChartView/**/*"
],
"exclude_files": "BBStockChartViewDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}