[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / e / 8 / f / StompClient / 0.2.6 / StompClient.podspec.json
blobf7a54b0f9bfb8637423f9c007ea09875750eb781
2   "name": "StompClient",
3   "version": "0.2.6",
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.6"
21   },
22   "source_files": "StompClient/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "Starscream": [
26       "~> 2.0.0"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"