blob: 673af2ba1cb26ec020d788f56df673baaa943f8e [file] [log] [blame]
{
"name": "SwiftCentrifuge",
"module_name": "SwiftCentrifuge",
"swift_version": "4.2",
"version": "0.0.1",
"homepage": "https://github.com/centrifugal/centrifuge-swift",
"summary": "Centrifugo and Centrifuge client in Swift",
"authors": {
"Alexander Emelin": "frvzmb@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift",
"source": {
"git": "https://github.com/centrifugal/centrifuge-swift.git",
"tag": "0.0.1"
},
"dependencies": {
"SwiftProtobuf": [
],
"Starscream": [
]
}
}