[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / 2 / 5 / PackStream / 0.8.3 / PackStream.podspec.json
blob8ca25b4ac72264f298a9e8214060c05e4adbf526
2   "name": "PackStream",
3   "version": "0.8.3",
4   "summary": "PackStream implementation in Swift",
5   "description": "PackStream is a binary message format very similar to [MessagePack](http://msgpack.org). It can be used stand-alone, but it has been built as a message format for use in the Bolt protocol to communicate between the Neo4j server and its clients.\n\nThis implementation is written in Swift, primarily as a dependency for the Swift Bolt implementation. That implementation will in turn provide Theo, the Neo4j Swift driver, with Bolt support.",
6   "homepage": "https://github.com/niklassaers/PackStream-Swift",
7   "authors": {
8     "Niklas Saers": "niklas@saers.com"
9   },
10   "social_media_url": "http://twitter.com/niklassaers",
11   "license": {
12     "type": "BSD",
13     "file": "LICENSE"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "watchos": "3.0",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/niklassaers/PackStream-Swift.git",
23     "tag": "0.8.3"
24   },
25   "source_files": "Sources",
26   "pushed_with_swift_version": "3.1.1"