[Add] PlayerUI 0.10.2--canary.578.19394
[CocoaPods.git] / Specs / 8 / 7 / 3 / BoltProtocol / 0.8.7 / BoltProtocol.podspec.json
blob76f6e4ee3e4c78c48fd8427a3f842530dd778de0
2   "name": "BoltProtocol",
3   "module_name": "Bolt",
4   "version": "0.8.7",
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   },
19   "source": {
20     "git": "https://github.com/niklassaers/bolt-swift.git",
21     "tag": "0.8.7"
22   },
23   "source_files": "Sources",
24   "dependencies": {
25     "PackStream": [
26       "~> 0.8.1"
27     ],
28     "BlueSocket": [
29       "~> 0.12.50"
30     ],
31     "BlueSSLService": [
32       "~> 0.12.35"
33     ]
34   },
35   "pushed_with_swift_version": "3.1.1"