blob: d6a1347cf701a8eaa190f00fe21830a9b2e3c6ed [file] [log] [blame]
{
"name": "BxSockets",
"version": "0.1.1",
"swift_version": "4.1",
"summary": "Beautiful WebSocket communication with Swift.",
"description": "BxSockets makes use of Starscream to provide a beautifully reactive way of using WebSockets.",
"homepage": "https://bxsockets.borchero.com",
"documentation_url": "https://bxsockets.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxSockets.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxSockets/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"BxUtility": [
"~> 1.2.1"
],
"BxCoding": [
"~> 1.0.0"
],
"Starscream": [
"~> 3.0"
]
},
"frameworks": "Foundation"
}