blob: bac8430beef4583a0461df819510b9ee6645f8f7 [file] [log] [blame]
{
"name": "MulticastProxy",
"version": "0.0.2",
"summary": "MulticastProxy provides a proxy that forwards invocations to multiple receivers",
"description": "MulticastProxy allows you to pass proxy-delegates that multicast forwarding invocations.",
"homepage": "https://github.com/gitvalue/MulticastProxy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Volosach": "dmitry.volosach@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/gitvalue/MulticastProxy.git",
"tag": "0.0.2"
},
"source_files": "Sources/MulticastProxy"
}