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