[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / e / Vuckt / 3.2.0 / Vuckt.podspec.json
blob8046b7662eb298abbb446972e6b9dce3be01349d
2   "name": "Vuckt",
3   "version": "3.2.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": "3.2.0"
17   },
18   "social_media_url": "https://twitter.com/capnslipp",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "source_files": "Sources/**/*",
24   "prefix_header_file": "Sources/Vuckt.pch"