| { |
| "name": "YOChartImageKit", |
| "version": "1.0.1", |
| "summary": "ChartKit for watchOS", |
| "description": "Chart image framework for watchOS\n\nSince watchOS does not have `UIView` class, YOChartImageKit draws a `UIImage` of a chart with given values.\nValues and colors can be customized.", |
| "homepage": "https://github.com/yasuoza/YOChartImageKit", |
| "screenshots": "https://raw.githubusercontent.com/yasuoza/YOChartImageKit/assets/images/watchos/all.png", |
| "license": "MIT", |
| "authors": { |
| "Yasuharu Ozaki": "yasuharu.ozaki@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/yasuoza/YOChartImageKit.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "7.0", |
| "watchos": "2.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/**/*.{h,m}", |
| "frameworks": "UIKit" |
| } |