blob: 439029bd5d5f12d692d8132e5e5f2745b9d2f610 [file] [log] [blame]
{
"name": "MultiPeer",
"version": "0.0.6",
"summary": "MultiPeer makes it easy to automatically connect to multiple nearby devices and share information using MultipeerConnectivity.",
"description": "MultiPeer is a wrapper for the MultipeerConnectivity framework for offline data transmission between devices. This framework makes it easy to automatically connect to multiple nearby devices and share information using either bluetooth or wifi radios.",
"homepage": "https://github.com/dingwilson/MultiPeer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wilson Ding": "hello@wilsonding.com",
"Quan Vo": "qvo1987@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/dingwilson/MultiPeer.git",
"tag": "0.0.6"
},
"source_files": "Sources/*.{h,m,swift}",
"documentation_url": "http://wilsonding.com/MultiPeer/"
}