[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 0 / StompClientLib / 1.2.5 / StompClientLib.podspec.json
blob9131b9cb07312121d1f192de867cd13e956dee59
2   "name": "StompClientLib",
3   "version": "1.2.5",
4   "summary": "Simple STOMP Client library. Swift 3, 4, 4.2 compatible",
5   "description": "Simple STOMP Client library, Swift 3, 4, 4.2 compatible. STOMP Protocol let the program subscribe or unsubscribe the topic. It connects the websocket and use the STOMP protocol to subscribe the topic and recieve the message, receipt or even a ping.",
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": "1.2.5"
17   },
18   "social_media_url": "https://twitter.com/freakycodercom",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "StompClientLib/Classes/**/*",
23   "dependencies": {
24     "SocketRocket": [
26     ]
27   }