| { | |
| "name": "ZZChart", | |
| "version": "1.0.0", | |
| "summary": "ZZChart for ios", | |
| "description": "ZZChart for ios,,now its a bar chart", | |
| "homepage": "https://github.com/zhouyouong/ZZChart", | |
| "license": "MIT", | |
| "authors": { | |
| "zy": "zy311311@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/zhouyouong/ZZChart.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": [ | |
| "ZZChart", | |
| "ZZChart/**/*.{h,m}" | |
| ], | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "requires_arc": true | |
| } |