[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 0 / 3 / StompX / 1.0.1 / StompX.podspec.json
blob9309d5218b2115c6ad0510d71d913b66eeb7f27c
2   "name": "StompX",
3   "version": "1.0.1",
4   "summary": "Robust Websocket STOMP client for real-time messaging and events",
5   "swift_versions": [
6     "4.0",
7     "4.2",
8     "5.0"
9   ],
10   "description": "Robust Websocket STOMP client for real-time messaging and events. STOMP allows for subscribing and unsubscribing to topics for real-time socket events.",
11   "homepage": "https://github.com/ChatKitty/chatkitty-ios-stompx",
12   "license": {
13     "type": "Apache 2.0",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "ChatKitty": "development@chattykitty.com"
18   },
19   "source": {
20     "git": "https://github.com/ChatKitty/chatkitty-ios-stompx.git",
21     "tag": "1.0.1"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "StompX/Classes/**/*",
27   "dependencies": {
28     "Starscream": [
29       "~> 3.0.6"
30     ]
31   },
32   "swift_version": "5.0"