[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / d / SNLWeekChartView / 1.1.1 / SNLWeekChartView.podspec.json
blob770adb17dd9cd8edf8089fd74b88a9725b20137b
2   "name": "SNLWeekChartView",
3   "version": "1.1.1",
4   "summary": "SNLWeekChartView is a wrapper to easily create a [JBChartView](https://github.com/Jawbone/JBChartView) representing a week.",
5   "description": "Using IB_DESIGNABLE you can add a SNLWeekChartView to your storyboard to configure and preview it right there. This view configures and handles a JBChartView.",
6   "homepage": "https://github.com/simonnickel/SNLWeekChartView",
7   "license": "MIT",
8   "authors": {
9     "Simon Nickel": "simonnickel@googlemail.com"
10   },
11   "source": {
12     "git": "https://github.com/simonnickel/SNLWeekChartView.git",
13     "tag": "1.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SNLWeekChartView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "JBChartView": [
27       "~> 2.8"
28     ]
29   }