[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / d / CRVStompClient / 1.0 / CRVStompClient.podspec.json
blob3d557b127a0948a58e75c7b8e35ef3f2169f9044
2   "name": "CRVStompClient",
3   "version": "1.0",
4   "summary": "This is a simple STOMP client based on [https://github.com/juretta/objc-stomp] that supports Stomp v1.1 and v1.2.",
5   "homepage": "https://github.com/fabioknoedt/objc-stomp",
6   "license": "MIT",
7   "authors": "Fabio Knoedt",
8   "source": {
9     "git": "https://github.com/fabioknoedt/objc-stomp.git",
10     "tag": "v1.0"
11   },
12   "source_files": "CRVStompClient.{h,m}",
13   "requires_arc": true,
14   "dependencies": {
15     "SocketRocket": [
17     ]
18   }