blob: e9b9b4aa71a81531bd424210e7dcbd864fa6ad46 [file] [log] [blame]
{
"name": "PeerConnectivity",
"version": "0.5.1",
"summary": "Functional wrapper for Apple's MultipeerConnectivity framework.",
"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.",
"homepage": "https://github.com/rchatham/PeerConnectivity",
"license": "MIT",
"authors": {
"Reid Chatham": "reid@gethermes.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/rchatham/PeerConnectivity.git",
"tag": "0.5.1"
},
"source_files": "Sources/*",
"frameworks": "MultipeerConnectivity",
"pushed_with_swift_version": "3.0-GM-CANDIDATE\n"
}