blob: dd9aa0a5bf2be993801b42d8cfb463bc97a02f03 [file] [log] [blame]
{
"name": "MultiParty",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "JSMultiParty.swift",
"frameworks": "MultipeerConnectivity"
}