[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 8 / c / Polyskel / 0.0.4 / Polyskel.podspec.json
blob3115b7bdd3c3ddb5702eb61cd03c2d9bd220e2d0
2   "name": "Polyskel",
3   "version": "0.0.4",
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.0.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "Polyskel/Classes/**/*",
23   "dependencies": {
24     "Euclid": [
25       "~> 0.2.2"
26     ]
27   },
28   "swift_version": "4.0"