blob: fb1d25f14b5774dc5799f436d7eb8a31aa154580 [file] [log] [blame]
{
"name": "NKMultipeer",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "NKMultipeer/**/*",
"resource_bundles": {
},
"frameworks": "MultipeerConnectivity",
"dependencies": {
"RxSwift": [
"~> 1.8"
]
}
}