blob: 3b09f152170fa1b3453fc30d283b8c068d1a02ad [file] [log] [blame]
{
"name": "RxWebSocket",
"version": "2.0.0",
"summary": "Reactive WebSockets",
"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.0.0"
},
"social_media_url": "http://twitter.com/flavio_caetano",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"dependencies": {
"Starscream": [
"~> 3.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}