4 "summary": "A Swift µ-Library Providing a 3-Int Vector Type",
5 "description": "A Swift micro-library that provides an Obj-C-compatible Int3 struct type— which is a 3D vector like SCNVector3/GLKVector3/simd.float3, but with Int x/y/z values.",
6 "homepage": "https://github.com/capnslipp/Int3",
8 "type": "Public Domain",
12 "capnslipp": "Int3@capnslipp.com"
15 "git": "https://github.com/capnslipp/Int3.git",
18 "social_media_url": "https://twitter.com/capnslipp",
23 "source_files": "Sources/**/*",
24 "pushed_with_swift_version": "3.0",
25 "deprecated_in_favor_of": "IntN"