[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / f / PeerConnectivity / 0.5.1 / PeerConnectivity.podspec.json
blobe9b9b4aa71a81531bd424210e7dcbd864fa6ad46
2   "name": "PeerConnectivity",
3   "version": "0.5.1",
4   "summary": "Functional wrapper for Apple's MultipeerConnectivity framework.",
5   "description": "A functional wrapper around the MultipeerConnectivity framework that handles edge cases of\nmesh-networks for multiple configurations and allowing access to the delegate callback using\na '.listenOn { event in }' syntax. All you have to configure is initialize your PeerConnectionManager\nand configure your event handling and you are ready to go.",
6   "homepage": "https://github.com/rchatham/PeerConnectivity",
7   "license": "MIT",
8   "authors": {
9     "Reid Chatham": "reid@gethermes.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/rchatham/PeerConnectivity.git",
16     "tag": "0.5.1"
17   },
18   "source_files": "Sources/*",
19   "frameworks": "MultipeerConnectivity",
20   "pushed_with_swift_version": "3.0-GM-CANDIDATE\n"