[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 5 / a / SwiftSimplify / 1.1.0 / SwiftSimplify.podspec.json
blobaf99c32305640e24d0736baf487c640a4eba14a1
2   "name": "SwiftSimplify",
3   "version": "1.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "hello@danielemargutti.com"
13   },
14   "social_media_url": "https://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/malcommac/SwiftSimplify.git",
22     "tag": "1.1.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "CoreLocation"
29   ],
30   "swift_versions": "5.0",
31   "swift_version": "5.0"