blob: 3282f9d8d11803d1e6be903ddfb5eaf9ff134967 [file] [log] [blame]
{
"name": "BoltProtocol",
"module_name": "Bolt",
"version": "0.9.2",
"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.12",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/niklassaers/bolt-swift.git",
"tag": "0.9.2"
},
"source_files": "Sources",
"dependencies": {
"PackStream": [
"~> 0.9.5"
],
"BlueSocket": [
"~> 0.12.74"
],
"BlueSSLService": [
"~> 0.12.62"
]
},
"pushed_with_swift_version": "4.0"
}