blob: 98a157f225f71d31da586ab42367addd4f08f901 [file] [log] [blame]
{
"name": "DelaunaySwift",
"version": "0.1.2",
"summary": "A utility for doing Delaunay triangulations on a set of vertices.",
"source": {
"git": "https://github.com/AlexLittlejohn/DelaunaySwift.git",
"tag": "0.1.2"
},
"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"
},
"pushed_with_swift_version": "3.0"
}