[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 8 / 4 / SimplifySwift / 1.2.2 / SimplifySwift.podspec.json
blob1a434c768ae6fa6f645f367f92ceeb39b2b2f150
2   "name": "SimplifySwift",
3   "version": "1.2.2",
4   "summary": "A high performance Swift 2D/3D polyline simplification library",
5   "description": "Simplify-Swift is a high-performance Swift polyline simplification library ported from Simplify.js. The original Javascript library was extracted from Leaflet, a JS interactive maps library by Vladimir Agafonkin. It uses a combination of Douglas-Peucker and Radial Distance algorithms. Polyline simplification dramatically reduces the number of points in a polyline while retaining its shape, giving a huge performance boost when processing it and also reducing visual noise.",
6   "homepage": "https://github.com/tomislav/Simplify-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tomislav Filipcic": "tf@7sols.com"
13   },
14   "source": {
15     "git": "https://github.com/tomislav/Simplify-Swift.git",
16     "tag": "1.2.2"
17   },
18   "social_media_url": "https://twitter.com/tomislav",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Sources/**/*",
23   "swift_versions": "5.0",
24   "swift_version": "5.0"