[Add] RiveRuntime 6.5.1
[CocoaPods.git] / Specs / a / 8 / e / Vuckt / 3.5.3 / Vuckt.podspec.json
blob5fddbef64e00d0e2b4c7954197c1769114b2c772
2   "name": "Vuckt",
3   "version": "3.5.3",
4   "swift_versions": [
5     "4.0",
6     "4.2",
7     "5.0"
8   ],
9   "authors": {
10     "capnslipp": "Vuckt@capnslipp.com"
11   },
12   "social_media_url": "https://twitter.com/capnslipp",
13   "license": {
14     "type": "Public Domain",
15     "file": "LICENSE"
16   },
17   "homepage": "https://github.com/capnslipp/Vuckt",
18   "source": {
19     "git": "https://github.com/capnslipp/Vuckt.git",
20     "tag": "podspec/3.5.3"
21   },
22   "summary": "A Swift Vector Library That Doesn't Suck",
23   "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.",
24   "platforms": {
25     "ios": "8.0",
26     "osx": "10.9"
27   },
28   "requires_arc": false,
29   "prefix_header_file": "Sources/Vuckt.pch",
30   "source_files": "Sources/**/*",
31   "exclude_files": [
32     "Sources/**/*.gyb",
33     "Sources/**/*_NoObjCBridge.swift"
34   ],
35   "swift_version": "5.0"