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