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