[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / b / 0 / SockJSLibrary / 1.0.3 / SockJSLibrary.podspec.json
blob83c7f9d6456ed2a0b29e326fc05052ad29243b24
2   "name": "SockJSLibrary",
3   "version": "1.0.3",
4   "summary": "Swift implementation of SockJS client",
5   "description": "This is SockJS client which can communicate with sockjs servers (https://github.com/sockjs/), implements stomp protocol (https://stomp.github.io/) and use URLSession socket tasks for websocket connection.",
6   "homepage": "https://github.com/levashovalexey/SockJSLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexey Levashov": "levashov.alexey@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/levashovalexey/SockJSLibrary.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15"
21   },
22   "swift_versions": "5.0",
23   "source_files": "SockJSLibrary/**/*",
24   "dependencies": {
25     "SwiftyJSON": [
27     ]
28   },
29   "swift_version": "5.0"