[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 7 / 3 / BoltProtocol / 5.2.0 / BoltProtocol.podspec.json
blob2327acce12f117bc45dddde31f2f626f385a5f26
2   "name": "BoltProtocol",
3   "module_name": "Bolt",
4   "version": "5.2.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.2.0"
24   },
25   "source_files": "Sources",
26   "dependencies": {
27     "PackStream": [
28       "~> 1.1.2"
29     ],
30     "SwiftNIO": [
31       "~> 2.19.0"
32     ],
33     "SwiftNIOSSL": [
34       "~> 2.8.0"
35     ],
36     "SwiftNIOTransportServices": [
37       "~> 1.7.0"
38     ]
39   },
40   "swift_versions": "5.2",
41   "swift_version": "5.2"