blob: 3aaa0b39700965695f7adcba5c4635c82e9dbd4a [file] [log] [blame]
{
"name": "NKMultipeer",
"version": "0.2.0",
"summary": "Testable p2p abstraction using the adapter pattern. Comes with MultipeerConnectivity support.",
"homepage": "https://github.com/nathankot/NKMultipeer",
"license": "MIT",
"authors": {
"Nathan Kot": "nk@nathankot.com"
},
"source": {
"git": "https://github.com/nathankot/NKMultipeer.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "NKMultipeer/**/*",
"resource_bundles": {
},
"frameworks": "MultipeerConnectivity",
"dependencies": {
"RxSwift": [
"~> 1.8"
]
}
}