{ "name": "ShapeScript", "version": "1.9.3", "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.9.3" }, "source_files": ["ShapeScript", "LRUCache/Sources", "SVGPath/Sources"], "requires_arc": true, "dependencies": { "Euclid": [] }, "platforms": { "ios": "14.0", "osx": "10.15" }, "swift_versions": [ "5.7", "5.8", "5.9", "5.10" ] }