[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 3 / 8 / c / Polyskel / 0.3.2 / Polyskel.podspec.json
blobc790608a01e8f86794e0fe9abca30b0cdf88f9fa
2   "name": "Polyskel",
3   "version": "0.3.2",
4   "summary": "A Swift implementation of the Polyskel Python library to find Straight Skeletons of polygons",
5   "description": "Polyskel is a Python library for finding the Straight Skeleton of a polygon, as described by Felkel and Obdržálek in their 1998 conference paper Straight skeleton implementation. This is a port to Swift.",
6   "homepage": "https://github.com/andygeers/Polyskel-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "andygeers": "andy@geero.net"
13   },
14   "source": {
15     "git": "https://github.com/andygeers/Polyskel-Swift.git",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "Polyskel/Classes/**/*",
23   "dependencies": {
24     "Euclid": [
25       "~> 0.3.0"
26     ]
27   },
28   "swift_version": "4.0"