[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 5 / 9 / 7 / SwiftyEventBus / 1.0.0.beta / SwiftyEventBus.podspec.json
blob3ea0b84af79bb1bc4becbd73299eaf555bab9820
2   "name": "SwiftyEventBus",
3   "version": "1.0.0.beta",
4   "summary": "SwiftyEventBus is a publish/subscribe event bus for iOS and Swift.",
5   "homepage": "https://github.com/Maru-zhang/SwiftyEventBus",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maru-zhang": "maru-zhang@foxmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Maru-zhang/SwiftyEventBus.git",
15     "tag": "1.0.0.beta"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SwiftyEventBus/Core/**/*.swift"
28     },
29     {
30       "name": "Rx",
31       "source_files": "SwiftyEventBus/Rx/**/*.swift",
32       "dependencies": {
33         "SwiftyEventBus/Core": [
35         ],
36         "RxSwift": [
37           "~>5.0.0"
38         ]
39       }
40     }
41   ]