[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 8 / f / StompClient / 0.2.2 / StompClient.podspec.json
blob59f93e14ed66a4daa9d9cbbee5a87aa67e13b50e
2   "name": "StompClient",
3   "version": "0.2.2",
4   "summary": "Simple STOMP client.",
5   "description": "This project is a simple STOMP client, and we use Starscream as a websocket dependency.",
6   "homepage": "https://github.com/ShengHuaWu/StompClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ShengHua Wu": "fantasy0404@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ShengHuaWu",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ShengHuaWu/StompClient.git",
20     "tag": "0.2.2"
21   },
22   "source_files": "StompClient/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "Starscream": [
26       "~> 1.1.3"
27     ]
28   }