blob: 2327acce12f117bc45dddde31f2f626f385a5f26 [file] [log] [blame]
{
"name": "BoltProtocol",
"module_name": "Bolt",
"version": "5.2.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.2.0"
},
"source_files": "Sources",
"dependencies": {
"PackStream": [
"~> 1.1.2"
],
"SwiftNIO": [
"~> 2.19.0"
],
"SwiftNIOSSL": [
"~> 2.8.0"
],
"SwiftNIOTransportServices": [
"~> 1.7.0"
]
},
"swift_versions": "5.2",
"swift_version": "5.2"
}