blob: d9904b5f8e0d5bb59932da5854c1cdae9fc1cf9a [file] [log] [blame]
{
"name": "ShapeScript",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Scripting language for creating and manipulating 3D geometry",
"homepage": "https://github.com/nicklockwood/ShapeScript",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/ShapeScript.git",
"tag": "1.0.0"
},
"source_files": "ShapeScript",
"requires_arc": true,
"dependencies": {
"Euclid": [
]
},
"platforms": {
"osx": "10.13"
}
}