blob: c065ac24c37bcf2680fd1fea2eff8d6ad9a9a699 [file] [log] [blame]
{
"name": "AKStompClient",
"version": "0.1.0",
"summary": "STOMP Websocket client",
"description": "A STOMP Websocket client written in Swift using SocketRocket to communicate over WebSocket. At the moment I only support sending and receiving JSON data.",
"homepage": "https://github.com/alibasta/AKStompClient",
"license": "MIT",
"authors": {
"Alexander Köhn": "ak@newscope.com"
},
"source": {
"git": "https://github.com/alibasta/AKStompClient.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/alibasta",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SocketRocket": [
"~> 0.4"
]
}
}