blob: 9bae7c7fac25cfda456fbef8249b3dd3f7e43871 [file] [log] [blame]
{
"name": "RxWebSocket",
"version": "0.1.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": "0.1.0"
},
"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.2.0"
],
"Starscream": [
"~> 1.1.2"
]
}
}