[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / a / Simplify-Swift / 1.1.0 / Simplify-Swift.podspec.json
blob0469c9f97defad7c2901d2f3f25b407b436d8fd8
2   "name": "Simplify-Swift",
3   "version": "1.1.0",
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.1.0"
17   },
18   "social_media_url": "https://twitter.com/tomislav",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "Simplify-Swift/Classes/**/*",
23   "swift_version": "5.0"