[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / 3 / BoltProtocol / 1.0.2 / BoltProtocol.podspec.json
blobe3acbd090ec47c0eb9602a367c00aa87f2c9dabc
2   "name": "BoltProtocol",
3   "module_name": "Bolt",
4   "version": "1.0.2",
5   "summary": "Bolt protocol implementation in Swift",
6   "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.",
7   "homepage": "https://github.com/Neo4j-Swift/Bolt-swift",
8   "authors": {
9     "Niklas Saers": "niklas@saers.com"
10   },
11   "social_media_url": "http://twitter.com/niklassaers",
12   "license": {
13     "type": "BSD",
14     "file": "LICENSE"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.11",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/Neo4j-Swift/bolt-swift.git",
23     "tag": "1.0.2"
24   },
25   "source_files": "Sources",
26   "dependencies": {
27     "PackStream": [
28       "~> 1.0.1"
29     ],
30     "BlueSocket": [
31       "~> 0.12.94"
32     ],
33     "BlueSSLService": [
34       "~> 0.12.84"
35     ]
36   }