blob: 4c1941996d9e02481c6eb3c85fa28930cb9904a2 [file] [log] [blame]
{
"name": "Polyskel",
"version": "0.3.3",
"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.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source_files": "Polyskel/Classes/**/*",
"dependencies": {
"Euclid": [
"~> 0.3.0"
]
},
"swift_version": "4.0"
}