2 "name": "SwiftSimplify",
4 "summary": "High-performance Swift polyline simplification library ported from Javascript's Simplify.js",
5 "description": "SwiftSimplify is a tiny high-performance Swift polyline simplification library ported from Javascript's Simplify.js. Original work come from Leaflet, a JS interactive maps library by Vladimir Agafonkin. It uses a combination of Douglas-Peucker and Radial Distance algorithms. Works both on browser and server platforms.",
6 "homepage": "https://github.com/malcommac/SwiftSimplify",
12 "Daniele Margutti": "hello@danielemargutti.com"
14 "social_media_url": "https://twitter.com/danielemargutti",
21 "git": "https://github.com/malcommac/SwiftSimplify.git",
24 "source_files": "Sources/**/*.swift",
30 "swift_versions": "5.0",
31 "swift_version": "5.0"