blob: 9309d5218b2115c6ad0510d71d913b66eeb7f27c [file] [log] [blame]
{
"name": "StompX",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "StompX/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 3.0.6"
]
},
"swift_version": "5.0"
}