[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / 7 / YOChartImageKit / 1.1.0 / YOChartImageKit.podspec.json
blob9ffb8b7590409aca7026a731781d772743b81c44
2   "name": "YOChartImageKit",
3   "version": "1.1.0",
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.0"
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"