blob: 6f264262f60ea8355c3ca2a4880ff573bdf47e27 [file] [log] [blame]
{
"name": "BoltProtocol",
"module_name": "Bolt",
"version": "5.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 codebase is the Swift implementation, and is used by [Theo, the Swift Neo4j driver](https://github.com/Neo4j-Swift/Neo4j-Swift).",
"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": "12.2",
"osx": "10.14",
"tvos": "12.0"
},
"source": {
"git": "https://github.com/Neo4j-Swift/bolt-swift.git",
"tag": "5.0"
},
"source_files": "Sources",
"dependencies": {
"PackStream": [
"~> 1.1.2"
],
"SwiftNIO": [
"~> 2.2"
],
"SwiftNIOTransportServices": [
"~> 1.0.3"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}