blob: 229533247d5a2f843877dde5cfde28b8f56b6b67 [file] [log] [blame]
{
"name": "RxWebSocket",
"version": "2.2.0",
"summary": "Reactive WebSockets",
"swift_versions": "5.0",
"description": "Reactive extensions for websockets.\n\nA lightweight abstraction layer over Starscream to make it reactive.",
"homepage": "https://github.com/fjcaetano/RxWebSocket",
"license": "MIT",
"authors": {
"Flávio Caetano": "flavio@vieiracaetano.com"
},
"source": {
"git": "https://github.com/fjcaetano/RxWebSocket.git",
"tag": "2.2.0"
},
"social_media_url": "http://twitter.com/flavio_caetano",
"documentation_url": "http://fjcaetano.github.io/ReCaptcha",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"dependencies": {
"Starscream": [
"~> 3.0.6"
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}