[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 5 / a / SwiftSimplify / 0.1.0 / SwiftSimplify.podspec.json
blob9f0e6cce36de1abfa7dc2289fdac64adb1219430
2   "name": "SwiftSimplify",
3   "version": "0.1.0",
4   "summary": "Tiny high-performance Swift polyline simplification library",
5   "description": "                       \tSwiftSimplify is a tiny high-performance Swift polyline simplification ported from Simplify.js.\n\t\t\tIt uses a combination of Douglas-Peucker and Radial Distance algorithms. It uses generics, works with Swift 1.2.\n\t\t\tPolyline simplification dramatically reduces the number of points in a polyline while retaining its shape, giving \n\t\t\ta huge performance boost when processing it and also reducing visual noise. For example, it's essential when \t\n\t\t\trendering a 70k-points line chart or a map route in the browser using Canvas or SVG.\n",
6   "homepage": "https://github.com/malcommac/SwiftSimplify",
7   "license": "MIT",
8   "authors": {
9     "daniele margutti": "me@danielemargutti.com"
10   },
11   "source": {
12     "git": "https://github.com/malcommac/SwiftSimplify.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/danielemargutti",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SwiftSimplify": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "CoreLocation"
29   ]