[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / e / 0 / ConcaveHull / 1.3.0 / ConcaveHull.podspec.json
blobdbd1e08b8c38061f28d423e47a0e14360680036f
2   "name": "ConcaveHull",
3   "version": "1.3.0",
4   "summary": "A Swift Library that builds concave or convexe hull by set of points",
5   "description": "Concave hull is a simple library that generate the hull of a set of points, the points can\nbe of any format, the concavity of the hull is defined by a parameter if the function. \nTo create the Hull, just call Hull().hull(pointSet, Concavity, format or nil)",
6   "homepage": "https://github.com/SanyM/ConcaveHull",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SanyM": "smaamari@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SanyM/ConcaveHull.git",
16     "tag": "1.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ConcaveHull/Classes/**/*"