[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 0 / StompClientLib / 1.4.1 / StompClientLib.podspec.json
blob7e5bd78cc9497b66e628859bffbc1b02cace788c
2   "name": "StompClientLib",
3   "version": "1.4.1",
4   "summary": "Simple STOMP Client library. Swift 3, 4, 4.2, 5 compatible. Objective-C Run-time compatibility",
5   "swift_versions": [
6     "4.0",
7     "4.2",
8     "5.0"
9   ],
10   "description": "Simple STOMP Client library, Swift 3, 4, 4.2, 5 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.",
11   "homepage": "https://github.com/wrathchaos/StompClientLib",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "FreakyCoder": "kurayogun@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/wrathchaos/StompClientLib.git",
21     "tag": "1.4.1"
22   },
23   "social_media_url": "https://twitter.com/freakycodercom",
24   "platforms": {
25     "ios": "9.0"
26   },
27   "source_files": "StompClientLib/Classes/**/*",
28   "dependencies": {
29     "SocketRocket": [
31     ]
32   },
33   "swift_version": "5.0"