| { |
| "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 |
| } |