blob: 67ddb25baca6a376c107444d55456a8e1eda2daa [file] [log] [blame]
{
"name": "iShapeTriangulation",
"version": "0.0.1",
"summary": "Triangulation polygons",
"authors": "Nail Sharipov",
"source": {
"git": "https://github.com/NailxSharipov/iShapeTriangulation.git",
"tag": "0.0.1"
},
"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",
"osx": "10.9"
},
"source_files": "iShapeTriangulation/Source/**/*.swift",
"dependencies": {
"iGeometry": [
]
},
"swift_version": "5.0"
}