blob: 1825e63dfa9d8e8a91253c3074a6c01fcee50390 [file] [log] [blame]
{
"name": "BoltProtocol",
"version": "0.8.6",
"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"
},
"source": {
"git": "https://github.com/niklassaers/bolt-swift.git",
"tag": "0.8.6"
},
"source_files": "Sources",
"dependencies": {
"PackStream": [
"~> 0.8.1"
],
"BlueSocket": [
"~> 0.12.50"
],
"BlueSSLService": [
"~> 0.12.35"
]
},
"pushed_with_swift_version": "3.1.1"
}