blob: 2abbfed42b50323dbdefe6a3bcca1448729ac2d2 [file] [log] [blame]
{
"name": "DelaunaySwift",
"version": "0.1.1",
"summary": "A utility for doing Delaunay triangulations on a set of vertexes.",
"source": {
"git": "https://github.com/AlexLittlejohn/DelaunaySwift.git",
"tag": "0.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"license": "MIT",
"source_files": "DelaunayTriangulationSwift/**/*.{swift}",
"homepage": "https://github.com/AlexLittlejohn/DelaunaySwift",
"authors": {
"Alex Littlejohn": "alexlittlejohn@me.com"
}
}