[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 7 / 3 / LTTB / 0.1.0 / LTTB.podspec.json
blob03772b05a63d083a5f8812f5d6ebf1bc5197e819
2   "name": "LTTB",
3   "version": "0.1.0",
4   "summary": "Largest Triangle Three Buckets downsampling algorithm in Swift.",
5   "description": "Largest Triangle Three Buckets downsampling algorithm in Swift.\n\nOriginal version by Sveinn Steinarsson(https://github.com/sveinn-steinarsson/highcharts-downsample)\n\nAuthor : Guillaume Beal\n\nThe visualization isn’t meant to give you access to the individual values of tens of thousands of data points on a line, it’s meant to show you how that data looks and is trending over time.\"(http://blackops.io/blog/2014/05/time-series-graphs-and-downsampling/)\nThis algorithm shrinks a timeserie and keeps the visual apsect of the serie.\n\nPre-process your time serie with LTTB in order to display a thousands of points on a Graph.\n\nWorks well with Charts API https://github.com/danielgindi/Charts",
6   "homepage": "https://github.com/GuillaumeBeal/LTTB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guillaume Béal": "guillaume.bvl@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/GuillaumeBeal/LTTB.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LTTB/Classes/**/*",
22   "frameworks": "Foundation"