blob: 3d5bc20db66147695fdb929c9afbfaa48a6821f3 [file] [log] [blame]
{
"name": "BoltProtocol",
"module_name": "Bolt",
"version": "1.0.0",
"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/Neo4j-Swift/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/Neo4j-Swift/bolt-swift.git",
"tag": "1.0.0"
},
"source_files": "Sources",
"dependencies": {
"PackStream": [
"~> 1.0.0"
],
"BlueSocket": [
"~> 0.12.87"
],
"BlueSSLService": [
"~> 0.12.77"
]
}
}