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