[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / e / 5 / a / DelaunaySwift / 0.1.1 / DelaunaySwift.podspec.json
blob2abbfed42b50323dbdefe6a3bcca1448729ac2d2
2   "name": "DelaunaySwift",
3   "version": "0.1.1",
4   "summary": "A utility for doing Delaunay triangulations on a set of vertexes.",
5   "source": {
6     "git": "https://github.com/AlexLittlejohn/DelaunaySwift.git",
7     "tag": "0.1.1"
8   },
9   "requires_arc": true,
10   "platforms": {
11     "ios": "10.0"
12   },
13   "license": "MIT",
14   "source_files": "DelaunayTriangulationSwift/**/*.{swift}",
15   "homepage": "https://github.com/AlexLittlejohn/DelaunaySwift",
16   "authors": {
17     "Alex Littlejohn": "alexlittlejohn@me.com"
18   }