blob: 99fbe2ab8793620ceec3ed0c20a1f4d0f9520999 [file] [log] [blame]
{
"name": "StompClientLib",
"version": "0.1.1",
"summary": "StompClientLib let the websocket use the Stomp protocol",
"description": "StompClientLib let the websocket use the Stomp protocol. STOMP Protocol let the program subscribe or unsubscribe the topic.",
"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.1"
},
"social_media_url": "https://twitter.com/freakycodercom",
"platforms": {
"ios": "10.0"
},
"source_files": "StompClientLib/Classes/**/*",
"dependencies": {
"SocketRocket": [
]
},
"pushed_with_swift_version": "3.0"
}