[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / 3 / 7 / YOChartImageKit / 1.1.1 / YOChartImageKit.podspec.json
blobea7f06c71e89eb0992ffd6ced804d6805d6e83c3
2   "name": "YOChartImageKit",
3   "version": "1.1.1",
4   "summary": "ChartKit for watchOS",
5   "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.",
6   "homepage": "https://github.com/yasuoza/YOChartImageKit",
7   "screenshots": "https://raw.githubusercontent.com/yasuoza/YOChartImageKit/assets/images/watchos/all.png",
8   "license": "MIT",
9   "authors": {
10     "Yasuharu Ozaki": "yasuharu.ozaki@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/yasuoza/YOChartImageKit.git",
14     "tag": "1.1.1"
15   },
16   "platforms": {
17     "ios": "7.0",
18     "watchos": "2.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/**/*.{h,m}",
22   "frameworks": "UIKit"