blob: 3c342713929432b1d71ac3441dedbadbf6df73fd [file] [log] [blame]
{
"name": "RxMultipeer",
"version": "3.0.1",
"summary": "A testable, Rx* wrapper around MultipeerConnectivity",
"homepage": "https://github.com/RxSwiftCommunity/RxMultipeer",
"license": "MIT",
"authors": {
"Nathan Kot": "nk@nathankot.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxMultipeer.git",
"tag": "3.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RxMultipeer/**/*",
"resource_bundles": {
},
"frameworks": "MultipeerConnectivity",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}