blob: 1c86954ea2d92c2a945bb676b08a5f8b01caa9e1 [file] [log] [blame]
{
"name": "MultiParty",
"version": "0.1.4",
"summary": "Putting some fun into MultipeerConnectivity",
"description": " A wrapper for Apple's MultipeerConnectivity framework that\n makes it easier to handle common uses, such as peer-to-peer\n chat. See https://github.com/dustMason/JSMultiParty for more.\n",
"homepage": "https://github.com/dustMason/JSMultiParty",
"license": "MIT",
"authors": {
"Jordan Sitkin": "jordan@fiftyfootfoghorn.com"
},
"source": {
"git": "https://github.com/dustMason/JSMultiParty.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "JSMultiParty.swift",
"frameworks": "MultipeerConnectivity"
}