blob: af99c32305640e24d0736baf487c640a4eba14a1 [file] [log] [blame]
{
"name": "SwiftSimplify",
"version": "1.1.0",
"summary": "High-performance Swift polyline simplification library ported from Javascript's Simplify.js",
"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.",
"homepage": "https://github.com/malcommac/SwiftSimplify",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/SwiftSimplify.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}