blob: fbd082d16b889ca4ec0b5c043a1849cebdcff8e0 [file] [log] [blame]
{
"name": "SNLWeekChartView",
"version": "1.0.0",
"summary": "SNLWeekChartView is a wrapper to easily create a JBChartView representing a week.",
"description": " Using IB_DESIGNABLE you can add a SNLWeekChartView to your storyboard to configure and preview it right there. \n",
"homepage": "https://github.com/simonnickel/SNLWeekChartView",
"license": "MIT",
"authors": {
"Simon Nickel": "simon@googlemail.com"
},
"source": {
"git": "https://github.com/simonnickel/SNLWeekChartView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SNLWeekChartView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"JBChartView": [
"~> 2.8.14"
]
}
}