blob: c9fb4552686d7ec37d208f3f72a794add0e04241 [file] [log] [blame]
{
"name": "IntN",
"version": "3.0.0",
"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": "3.0.0"
},
"social_media_url": "https://twitter.com/capnslipp",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/**/*",
"prefix_header_file": "Sources/IntN.pch",
"deprecated_in_favor_of": "Vuckt"
}