[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 9 / 7 / SwiftyEventBus / 0.1.0 / SwiftyEventBus.podspec.json
blobe4bd4a3fa2c3b86900e754eda6f728afd5989e17
2   "name": "SwiftyEventBus",
3   "version": "0.1.0",
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.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "4.0",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SwiftyEventBus/Core/**/*.swift"
26     },
27     {
28       "name": "Rx",
29       "source_files": "SwiftyEventBus/Rx/**/*.swift",
30       "dependencies": {
31         "SwiftyEventBus/Core": [
33         ],
34         "RxSwift": [
36         ]
37       }
38     }
39   ]