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",
12 "SanyM": "smaamari@gmail.com"
15 "git": "https://github.com/SanyM/ConcaveHull.git",
21 "source_files": "ConcaveHull/Classes/**/*"