blob: 941fdf58c9c7af639cc3a350173808e5ba3fd13b [file] [log] [blame]
{
"name": "PackStream",
"version": "1.1.1",
"summary": "PackStream implementation in Swift",
"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.",
"homepage": "https://github.com/neo4j-swift/PackStream-Swift",
"authors": {
"Niklas Saers": "niklas@saers.com"
},
"social_media_url": "http://twitter.com/niklassaers",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/neo4j-swift/PackStream-Swift.git",
"tag": "1.1.1"
},
"source_files": "Sources/PackStream",
"swift_versions": "5.0"
}