blob: 8932cae6852e5b9052612e32e7dbe40ebd9c27b3 [file] [log] [blame]
{
"name": "ConcaveHull",
"version": "1.0.1",
"summary": "A Swift Library that builds concave or convexe hull by set of points",
"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)",
"homepage": "https://github.com/SanyM/ConcaveHull",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SanyM": "smaamari@gmail.com"
},
"source": {
"git": "https://github.com/SanyM/ConcaveHull.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ConcaveHull/Classes/**/*",
"pushed_with_swift_version": "3.0"
}