[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 2 / 5 / PackStream / 1.1.1 / PackStream.podspec.json
blob941fdf58c9c7af639cc3a350173808e5ba3fd13b
2   "name": "PackStream",
3   "version": "1.1.1",
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/neo4j-swift/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": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/neo4j-swift/PackStream-Swift.git",
23     "tag": "1.1.1"
24   },
25   "source_files": "Sources/PackStream",
26   "swift_versions": "5.0"