blob: 753148a84ed34ec87bca4c553d20e939b36372f4 [file] [log] [blame]
{
"name": "Vuckt",
"version": "3.2.1",
"summary": "A Swift Vector Library That Doesn't Suck",
"description": "A Swift library providing Obj-C-compatible integral & floating vector struct types with zero-cost SIMD vector bridging, and convenience methods to bridge to/from other vector-ish types throughout Cocoa.",
"homepage": "https://github.com/capnslipp/Vuckt",
"license": {
"type": "Public Domain",
"file": "LICENSE"
},
"authors": {
"capnslipp": "Vuckt@capnslipp.com"
},
"source": {
"git": "https://github.com/capnslipp/Vuckt.git",
"tag": "3.2.1"
},
"social_media_url": "https://twitter.com/capnslipp",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/**/*",
"prefix_header_file": "Sources/Vuckt.pch"
}