blob: 267099c7f3a27aab757d2b7d5849fb917fd6560c [file] [log] [blame]
{
"name": "Polyskel",
"version": "0.3.0",
"summary": "A Swift implementation of the Polyskel Python library to find Straight Skeletons of polygons",
"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.",
"homepage": "https://github.com/andygeers/Polyskel-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andygeers": "andy@geero.net"
},
"source": {
"git": "https://github.com/andygeers/Polyskel-Swift.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source_files": "Polyskel/Classes/**/*",
"dependencies": {
"Euclid": [
"~> 0.3.0"
]
},
"swift_version": "4.0"
}