blob: 0e9e05e0c6f527c9c0a7aa8e3b5d291a518cd836 [file] [log] [blame]
{
"name": "BBStockChartView",
"version": "1.3.3",
"summary": "An iOS stock chart library in Objective-C, K-Line.",
"description": "A stock chart view written in Objective-C, including K-Line",
"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.3"
},
"source_files": [
"BBStockChartView",
"BBStockChartView/**/*"
],
"exclude_files": "BBStockChartViewDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}