blob: 31284f2c0b8dfee308889c7c679f3b37e9218b9c [file] [log] [blame]
{
"name": "SwiftyCharts",
"version": "0.3.0",
"summary": "A flexible and easy to use chart view.",
"description": "A view that can display bar, line, and scatterplot charts. Chart is configured using a simple data source protocol. A properties dictionary can be used to customize the chart.",
"homepage": "https://github.com/Jack-Hutchinson/swifty-charts",
"license": "MIT",
"authors": {
"Jack-Hutchinson": "jack_hutchinson@hotmail.com"
},
"source": {
"git": "https://github.com/Jack-Hutchinson/swifty-charts.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftyCharts": [
"Pod/Assets/*.png"
]
}
}