[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / 7 / 0 / StompClientLib / 1.3.8 / StompClientLib.podspec.json
blob403bb70097dd40796748d1ee5854516f104058b3
2   "name": "StompClientLib",
3   "version": "1.3.8",
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   ],
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.3.8"
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"