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