blob: e958614ac1fc668e2855731d8571bcee2b62b6c8 [file] [log] [blame]
{
"name": "StompClient",
"version": "0.2.3",
"summary": "Simple STOMP client.",
"description": "This project is a simple STOMP client, and we use Starscream as a websocket dependency.",
"homepage": "https://github.com/ShengHuaWu/StompClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShengHua Wu": "fantasy0404@gmail.com"
},
"social_media_url": "https://twitter.com/ShengHuaWu",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ShengHuaWu/StompClient.git",
"tag": "0.2.3"
},
"source_files": "StompClient/*.swift",
"requires_arc": true,
"dependencies": {
"Starscream": [
"~> 1.1.3"
]
}
}