[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 9 / 7 / SwiftyEventBus / 0.1.2 / SwiftyEventBus.podspec.json
blob59ac22f47dc7e7582269f07ad252884ea3fcf999
2   "name": "SwiftyEventBus",
3   "version": "0.1.2",
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": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0",
20     "osx": "10.10",
21     "watchos": "2.0"
22   },
23   "swift_version": "4.0",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "SwiftyEventBus/Core/**/*.swift"
29     },
30     {
31       "name": "Rx",
32       "source_files": "SwiftyEventBus/Rx/**/*.swift",
33       "dependencies": {
34         "SwiftyEventBus/Core": [
36         ],
37         "RxSwift": [
39         ]
40       }
41     }
42   ]