[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / a / 5 / 3 / RxSSEClient / 1.0.1 / RxSSEClient.podspec.json
blob82425c1bb046c5dd5b11eada1e9cdcd4b6a8aa24
2   "name": "RxSSEClient",
3   "version": "1.0.1",
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.1"
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"