blob: 30baad0552cd802ba4be1a85165e46d970bf6ae2 [file] [log] [blame]
{
"name": "StompClientLib",
"version": "1.2.3",
"summary": "Simple STOMP Client library. Swift 3, 4, 4.2 compatible",
"description": "Simple STOMP Client library, Swift 3 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.3"
},
"social_media_url": "https://twitter.com/freakycodercom",
"platforms": {
"ios": "8.0"
},
"source_files": "StompClientLib/Classes/**/*",
"dependencies": {
"SocketRocket": [
]
}
}