blob: aca7b945837fa9591d03636200dbf50952a08f2f [file] [log] [blame]
{
"name": "YOChartImageKit",
"version": "0.3.0",
"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": "0.3.0"
},
"platforms": {
"ios": "7.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m}",
"frameworks": "UIKit"
}