blob: 6595dbde15e0540ca29dddd4f6e95d196348875e [file] [log] [blame]
{
"name": "MMPReactiveStompClient",
"version": "0.2.1",
"summary": "A reactive WebSocket/STOMP client based on ReactiveCocoa",
"description": " MMPReactiveStompClient is a reactive WebSocket/STOMP client library based on ReactiveCocoa and SocketRocket. \n\n Features:\n * Signal for raw WebSocket.\n * Signal for STOMP frames, messages, and subscription. \n",
"homepage": "https://github.com/mpurbo/MMPReactiveStompClient",
"license": "MIT",
"authors": {
"Mamad Purbo": "m.purbo@gmail.com"
},
"source": {
"git": "https://github.com/mpurbo/MMPReactiveStompClient.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/purubo",
"platforms": {
"ios": "7.0"
},
"source_files": "Classes",
"dependencies": {
"ReactiveCocoa": [
],
"SocketRocket": [
]
},
"requires_arc": true
}