blob: 3d557b127a0948a58e75c7b8e35ef3f2169f9044 [file] [log] [blame]
{
"name": "CRVStompClient",
"version": "1.0",
"summary": "This is a simple STOMP client based on [https://github.com/juretta/objc-stomp] that supports Stomp v1.1 and v1.2.",
"homepage": "https://github.com/fabioknoedt/objc-stomp",
"license": "MIT",
"authors": "Fabio Knoedt",
"source": {
"git": "https://github.com/fabioknoedt/objc-stomp.git",
"tag": "v1.0"
},
"source_files": "CRVStompClient.{h,m}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
]
}
}