blob: d23256e3823da5df63ea0ca7542673930027be1c [file] [log] [blame]
{
"name": "Vuckt",
"version": "3.4.2",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"authors": {
"capnslipp": "Vuckt@capnslipp.com"
},
"social_media_url": "https://twitter.com/capnslipp",
"license": {
"type": "Public Domain",
"file": "LICENSE"
},
"homepage": "https://github.com/capnslipp/Vuckt",
"source": {
"git": "https://github.com/capnslipp/Vuckt.git",
"tag": "podspec/3.4.2"
},
"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.",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": false,
"prefix_header_file": "Sources/Vuckt.pch",
"source_files": "Sources/**/*",
"exclude_files": [
"Sources/**/*.gyb",
"Sources/**/*_NoObjCBridge.swift"
],
"swift_version": "5.0"
}