blob: cb3b3fae0021c35ca1e260e46b78ab11994c86cd [file] [log] [blame]
{
"name": "StompX",
"version": "1.0.2",
"summary": "Robust Websocket STOMP client for real-time messaging and events",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"description": "Robust Websocket STOMP client for real-time messaging and events. STOMP allows for subscribing and unsubscribing to topics for real-time socket events.",
"homepage": "https://github.com/ChatKitty/chatkitty-ios-stompx",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"ChatKitty": "development@chattykitty.com"
},
"source": {
"git": "https://github.com/ChatKitty/chatkitty-ios-stompx.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "StompX/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 3.0.6"
]
},
"swift_version": "5.0"
}