blob: e274133b63e463b7f5c9add29926c9ebec2e68ff [file] [log] [blame]
{
"name": "Int3",
"version": "1.0.1",
"summary": "A Swift µ-Library Providing a 3-Int Vector Type",
"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.",
"homepage": "https://github.com/capnslipp/Int3",
"license": {
"type": "Public Domain",
"file": "LICENSE"
},
"authors": {
"capnslipp": "Int3@capnslipp.com"
},
"source": {
"git": "https://github.com/capnslipp/Int3.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/capnslipp",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0",
"deprecated_in_favor_of": "IntN"
}