blob: a300d0ddd87b7cefe240d0d3f7f5bea5df86bd5b [file] [log] [blame]
{
"name": "SwiftCentrifuge",
"module_name": "SwiftCentrifuge",
"swift_versions": "4.2",
"version": "0.0.6",
"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/SwiftCentrifuge/*.swift",
"source": {
"git": "https://github.com/centrifugal/centrifuge-swift.git",
"tag": "0.0.6"
},
"dependencies": {
"SwiftProtobuf": [
],
"Starscream": [
"~> 3"
]
},
"swift_version": "4.2"
}