blob: 5743b53dbdaf7046f46154717ebc6aade1c9816d [file] [log] [blame]
{
"name": "BoltProtocol",
"module_name": "Bolt",
"version": "0.9.5",
"summary": "Bolt protocol implementation in Swift",
"description": "The Bolt network protocol is a highly efficient, lightweight client-server protocol designed for database applications.\n\nThe reference implementation can be found [here][https://github.com/neo4j-contrib/boltkit]. This is the Swift implementation, and is used by Theo, the Swift Neo4j driver.",
"homepage": "https://github.com/niklassaers/bolt-Swift",
"authors": {
"Niklas Saers": "niklas@saers.com"
},
"social_media_url": "http://twitter.com/niklassaers",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/niklassaers/bolt-swift.git",
"tag": "0.9.5"
},
"source_files": "Sources",
"dependencies": {
"PackStream": [
"~> 0.9.8"
],
"BlueSocket": [
"~> 0.12.76"
],
"BlueSSLService": [
"~> 0.12.64"
]
},
"pushed_with_swift_version": "4.0"
}