[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / a / 5 / 3 / RxSSEClient / 1.0.2 / RxSSEClient.podspec.json
blob6cab66b04d235150d69a67721f45e40aeb990c56
2   "name": "RxSSEClient",
3   "version": "1.0.2",
4   "summary": "Simple SSE client written on RxSwift.",
5   "description": "Simple SSE client written on RxSwift.\nThe main idea is to use one to one relationship between event and network connection,\neven if there are multiple subcribers for the same event.\nIn this case the class instance will create one URLSession binded to one PublishSubject,\nwhich retransmits messages to all observers.",
6   "homepage": "https://gitlab.webant.ru/ltdwebant/rxsseclient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ardashes": "ardashes@webant.ru"
13   },
14   "source": {
15     "git": "https://gitlab.webant.ru/ltdwebant/rxsseclient.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "dependencies": {
23     "RxSwift": [
24       "~> 5.0"
25     ],
26     "FootlessParser": [
27       "~> 0.5.2"
28     ]
29   },
30   "source_files": "RxSSEClient/Classes/**/*",
31   "swift_version": "5.0"