[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / 3 / BoltProtocol / 5.0 / BoltProtocol.podspec.json
blob6f264262f60ea8355c3ca2a4880ff573bdf47e27
2   "name": "BoltProtocol",
3   "module_name": "Bolt",
4   "version": "5.0",
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 codebase is the Swift implementation, and is used by [Theo, the Swift Neo4j driver](https://github.com/Neo4j-Swift/Neo4j-Swift).",
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": "12.2",
18     "osx": "10.14",
19     "tvos": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/Neo4j-Swift/bolt-swift.git",
23     "tag": "5.0"
24   },
25   "source_files": "Sources",
26   "dependencies": {
27     "PackStream": [
28       "~> 1.1.2"
29     ],
30     "SwiftNIO": [
31       "~> 2.2"
32     ],
33     "SwiftNIOTransportServices": [
34       "~> 1.0.3"
35     ]
36   },
37   "swift_versions": "5.0",
38   "swift_version": "5.0"