[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 7 / 3 / BoltProtocol / 0.9.0 / BoltProtocol.podspec.json
blob2b1059540f05c33b32573f9b38bc316ed2ee07c6
2   "name": "BoltProtocol",
3   "module_name": "Bolt",
4   "version": "0.9.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 is the Swift implementation, and is used by Theo, the Swift Neo4j driver.",
7   "homepage": "https://github.com/niklassaers/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.12",
19     "watchos": "3.0",
20     "tvos": "10.0"
21   },
22   "source": {
23     "git": "https://github.com/niklassaers/bolt-swift.git",
24     "tag": "0.9.0"
25   },
26   "source_files": "Sources",
27   "dependencies": {
28     "PackStream": [
29       "~> 0.8.3"
30     ],
31     "BlueSocket": [
32       "~> 0.12.53"
33     ],
34     "BlueSSLService": [
35       "~> 0.12.43"
36     ]
37   },
38   "pushed_with_swift_version": "3.1.1"