[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / d / SNLWeekChartView / 1.0.0 / SNLWeekChartView.podspec.json
blobfbd082d16b889ca4ec0b5c043a1849cebdcff8e0
2   "name": "SNLWeekChartView",
3   "version": "1.0.0",
4   "summary": "SNLWeekChartView is a wrapper to easily create a JBChartView representing a week.",
5   "description": "                       Using IB_DESIGNABLE you can add a SNLWeekChartView to your storyboard to configure and preview it right there. \n",
6   "homepage": "https://github.com/simonnickel/SNLWeekChartView",
7   "license": "MIT",
8   "authors": {
9     "Simon Nickel": "simon@googlemail.com"
10   },
11   "source": {
12     "git": "https://github.com/simonnickel/SNLWeekChartView.git",
13     "tag": "1.0.0"
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.14"
28     ]
29   }