blob: 2797d11ca49201b7eb8ab44ae9a6b3df113b7de2 [file] [log] [blame]
{
"name": "StompClient",
"version": "0.2.7",
"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.7"
},
"source_files": "StompClient/*.swift",
"requires_arc": true,
"dependencies": {
"Starscream": [
"~> 2.0.0"
]
},
"pushed_with_swift_version": "3.0"
}