[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 5 / a / SwiftSimplify / 0.1.1 / SwiftSimplify.podspec.json
blob316c91a69a5e96b022f36b98ad70ed7058663163
2   "name": "SwiftSimplify",
3   "version": "0.1.1",
4   "summary": "Tiny high-performance Swift polyline simplification library",
5   "description": "SwiftSimplify is a tiny high-performance Swift polyline simplification ported from Simplify.js.\nIt uses a combination of Douglas-Peucker and Radial Distance algorithms. It uses generics, works with Swift 1.2.\nPolyline simplification dramatically reduces the number of points in a polyline while retaining its shape, giving \na huge performance boost when processing it and also reducing visual noise. For example, it's essential when \t\nrendering a 70k-points line chart or a map route in the browser using Canvas or SVG.",
6   "homepage": "https://github.com/malcommac/SwiftSimplify",
7   "license": "MIT",
8   "authors": {
9     "daniele margutti": "me@danielemargutti.com"
10   },
11   "source": {
12     "git": "https://github.com/malcommac/SwiftSimplify.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/danielemargutti",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SwiftSimplify": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "CoreLocation"
29   ]