blob: 138f4448fb786c0b0dd43474619b3727f695931b [file] [log] [blame]
{
"name": "RxWebSocket",
"version": "1.0.1",
"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": "1.0.1"
},
"social_media_url": "http://twitter.com/flavio_caetano",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 2.0.2"
],
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}