blob: f7e62b5573942d145ae972a57d6f38d740893ff3 [file] [log] [blame]
{
"name": "iShapeTriangulation",
"version": "0.10.0",
"summary": "Triangulation polygons",
"authors": "Nail Sharipov",
"source": {
"git": "https://github.com/NailxSharipov/iShapeTriangulation.git",
"tag": "0.10.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/NailxSharipov/iShapeTriangulation",
"swift_versions": [
"4.2",
"5.0"
],
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "4.0",
"osx": "10.15"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"iGeometry": [
">= 1.8.0"
]
},
"swift_version": "5.0"
}