blob: bfcdddf39e6ae9d75db756e24e0cf7e158142eb1 [file] [log] [blame]
{
"name": "IntN",
"version": "2.1.1",
"summary": "A Swift µ-Library Providing 2-Int & 3-Int Vector Types",
"description": "A Swift micro-library that provides Obj-C-compatible Int2 and Int3 struct types— which are 2D/3D vectors like SCNVector3/GLKVector3/simd.float3, but with Int x/y/z values.",
"homepage": "https://github.com/capnslipp/IntN",
"license": {
"type": "Public Domain",
"file": "LICENSE"
},
"authors": {
"capnslipp": "IntN@capnslipp.com"
},
"source": {
"git": "https://github.com/capnslipp/IntN.git",
"tag": "2.1.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": "Vuckt"
}