blob: 1a04af32d19cc232db4f135489a1f7abb9db161e [file] [log] [blame]
{
"name": "StompClientLib",
"version": "0.1.2",
"summary": "Simple STOMP Client library, Swift 3 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": "0.1.2"
},
"social_media_url": "https://twitter.com/freakycodercom",
"platforms": {
"ios": "10.0"
},
"source_files": "StompClientLib/Classes/**/*",
"dependencies": {
"SocketRocket": [
]
},
"pushed_with_swift_version": "3.0"
}