blob: 53a44fbcc4a92f61ba652128f203a56dacc75f06 [file] [log] [blame]
{
"name": "PackStream",
"version": "0.9.8",
"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/niklassaers/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/niklassaers/PackStream-Swift.git",
"tag": "0.9.8"
},
"source_files": "Sources",
"pushed_with_swift_version": "4.0"
}