blob: 2308cd850b1eb5b0f0f9eb271688167b296e3be0 [file] [log] [blame]
{
"name": "RxWebSocket",
"version": "0.1.3",
"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": "0.1.3"
},
"social_media_url": "http://twitter.com/flavio_caetano",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"RxCocoa": [
"~> 2.3"
],
"Starscream": [
"~> 1.1.2"
]
}
}