[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 8 / f / StompClient / 0.2.0 / StompClient.podspec.json
blob8ca39b4306db14ed4bdba9cece4109a5ce3fa5f4
2   "name": "StompClient",
3   "version": "0.2.0",
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.0"
21   },
22   "source_files": "StompClient/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "Starscream": [
26       "~> 1.1.3"
27     ]
28   }