[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 1 / 6 / SwiftyCharts / 0.3.0 / SwiftyCharts.podspec.json
blob31284f2c0b8dfee308889c7c679f3b37e9218b9c
2   "name": "SwiftyCharts",
3   "version": "0.3.0",
4   "summary": "A flexible and easy to use chart view.",
5   "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.",
6   "homepage": "https://github.com/Jack-Hutchinson/swifty-charts",
7   "license": "MIT",
8   "authors": {
9     "Jack-Hutchinson": "jack_hutchinson@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Jack-Hutchinson/swifty-charts.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SwiftyCharts": [
22       "Pod/Assets/*.png"
23     ]
24   }