blob: 18f527b43d84fc0347ab73f82bda708810eb6847 [file] [log] [blame]
{
"name": "MultiParty",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MultiParty": [
"Pod/Assets/*.png"
]
},
"frameworks": "MultipeerConnectivity"
}