[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 4 / e / 0 / ConcaveHull / 0.1.1 / ConcaveHull.podspec.json
blob3b4f5031430b0d5a054e595a67977257336e1847
2   "name": "ConcaveHull",
3   "version": "0.1.1",
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": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ConcaveHull/Classes/**/*",
22   "pushed_with_swift_version": "3.0"