[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / 2 / YCStompClient / 1.0 / YCStompClient.podspec.json
blob73aed7ad9b1dcf4c9f75994f6ed68582b147df8c
2   "name": "YCStompClient",
3   "version": "1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/yuppiu/YCStompClient",
9   "authors": {
10     "Fabio Knoedt": "fabioknoedt@gmail.com"
11   },
12   "summary": "This is a simple STOMP client that supports Stomp v1.1 and v1.2.",
13   "source": {
14     "git": "https://github.com/yuppiu/YCStompClient.git",
15     "tag": "1.0"
16   },
17   "source_files": "YCStompClient.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "SocketRocket": [
22     ]
23   },
24   "platforms": {
25     "ios": "6.0"
26   }