blob: 2f70e4974829540f3173586af38cfbad77a1839d [file] [log] [blame]
{
"name": "StompClient",
"version": "0.2.5",
"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.5"
},
"source_files": "StompClient/*.swift",
"requires_arc": true,
"dependencies": {
"Starscream": [
"~> 1.1.3"
]
}
}