[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / 7 / 3 / BoltProtocol / 0.9.4 / BoltProtocol.podspec.json
blob20a73942f4dca3b81c1dc1a9563fe3d878e8d0a2
2   "name": "BoltProtocol",
3   "module_name": "Bolt",
4   "version": "0.9.4",
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.11",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/niklassaers/bolt-swift.git",
23     "tag": "0.9.4"
24   },
25   "source_files": "Sources",
26   "dependencies": {
27     "PackStream": [
28       "~> 0.9.7"
29     ],
30     "BlueSocket": [
31       "~> 0.12.76"
32     ],
33     "BlueSSLService": [
34       "~> 0.12.64"
35     ]
36   },
37   "pushed_with_swift_version": "4.0"