[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 3 / 5 / RxBusForPort / 1.3.3 / RxBusForPort.podspec.json
blobca19fe5d108828507e61fdb01b55d89bcd1a198e
2   "name": "RxBusForPort",
3   "version": "1.3.3",
4   "summary": "This is RxBus fork for CocoaPods. Event bus framework supports sticky events and subscribers priority based on RxSwift.",
5   "homepage": "https://github.com/ridi/RxBus-Swift",
6   "authors": {
7     "Iamport support team": "bingbong@chai.finanace"
8   },
9   "license": "MIT",
10   "swift_versions": "5.0",
11   "platforms": {
12     "ios": "10.0",
13     "osx": "10.10",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/iamport/RxBus-Swift.git",
18     "tag": "1.3.3"
19   },
20   "source_files": "Sources/RxBus/RxBus.swift",
21   "frameworks": "Foundation",
22   "dependencies": {
23     "RxSwift": [
24       "~> 6.0"
25     ]
26   },
27   "swift_version": "5.0"