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