blob: c8e3089d892c6937a00dabee41c08277e5043d49 [file] [log] [blame]
{
"name": "StompClientLib",
"version": "1.3.6",
"summary": "Simple STOMP Client library. Swift 3, 4, 4.2, 5 compatible",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"description": "Simple STOMP Client library, Swift 3, 4, 4.2, 5 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.3.6"
},
"social_media_url": "https://twitter.com/freakycodercom",
"platforms": {
"ios": "9.0"
},
"source_files": "StompClientLib/Classes/**/*",
"dependencies": {
"SocketRocket": [
]
},
"swift_version": "5.0"
}