[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / c / d / 6 / RxTcpSwift / 0.0.3 / RxTcpSwift.podspec.json
blob7f4b7e31759e82dc7e059e226f63a5031b4996c8
2   "name": "RxTcpSwift",
3   "version": "0.0.3",
4   "summary": "Tcp Library using ReactiveX for Swift",
5   "description": "This library provide tcp utility using RxSwift.",
6   "homepage": "https://github.com/Algorigo/RxTcpSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Rouddy": "rouddy@naver.com"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "osx": "10.15"
17   },
18   "source": {
19     "git": "https://github.com/Algorigo/RxTcpSwift.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "Sources/RxTcpSwift/*.swift",
23   "dependencies": {
24     "RxSwift": [
25       "~> 6.5.0"
26     ],
27     "RxRelay": [
28       "~> 6.5.0"
29     ]
30   },
31   "swift_versions": "5.1",
32   "swift_version": "5.1"