| { |
| "name": "TimeAccumulation", |
| "version": "0.0.1", |
| "summary": "生成年月周日等折线图和柱状图", |
| "homepage": "https://github.com/qscxwei/TimeAccumulation", |
| "license": "MIT", |
| "authors": "qscxwei", |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/qscxwei/TimeAccumulation.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "TimeAccumulation", |
| "TimeAccumulation/TimeAccumulation/**/*.{h,m}" |
| ], |
| "exclude_files": "TimeAccumulation/Exclude", |
| "public_header_files": [ |
| "TimeAccumulation/TimeAccumulation.h", |
| "TimeAccumulation/*.h" |
| ], |
| "requires_arc": true |
| } |