2 "name": "SwiftSimplify",
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",
9 "daniele margutti": "me@danielemargutti.com"
12 "git": "https://github.com/malcommac/SwiftSimplify.git",
15 "social_media_url": "https://twitter.com/danielemargutti",
20 "source_files": "Pod/Classes/**/*",