blob: 0f031200e9b70a08cfa2f71274c8cc742c7c0b8d [file] [log] [blame]
{
"name": "StompClientLib",
"version": "1.2.6",
"summary": "Simple STOMP Client library. Swift 3, 4, 4.2 compatible",
"description": "Simple STOMP Client library, Swift 3, 4, 4.2 compatible. STOMP Protocol let the program subscribe or unsubscribe the topic. It connects the websocket and use the STOMP protocol to subscribe the topic and recieve the message, receipt or even a ping.",
"homepage": "https://github.com/wrathchaos/StompClientLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FreakyCoder": "kurayogun@gmail.com"
},
"source": {
"git": "https://github.com/wrathchaos/StompClientLib.git",
"tag": "1.2.6"
},
"social_media_url": "https://twitter.com/freakycodercom",
"platforms": {
"ios": "8.0"
},
"source_files": "StompClientLib/Classes/**/*",
"dependencies": {
"SocketRocket": [
]
}
}