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