[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 7 / 0 / StompClientLib / 0.1.0 / StompClientLib.podspec.json
blobc208f747153d504fafe23f2b0029b8b0184ff952
2   "name": "StompClientLib",
3   "version": "0.1.0",
4   "summary": "StompClientLib let the websocket use the Stomp protocol",
5   "description": "StompClientLib let the websocket use the Stomp protocol. STOMP Protocol let the program subscribe or unsubscribe the topic.",
6   "homepage": "https://github.com/wrathchaos/StompClientLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FreakyCoder": "kurayogun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wrathchaos/StompClientLib.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/freakycodercom",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "StompClientLib/Classes/**/*",
23   "dependencies": {
24     "SocketRocket": [
26     ]
27   },
28   "pushed_with_swift_version": "3.0"