[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / e / 1 / 7 / RxEventHub / 0.1.1 / RxEventHub.podspec.json
blob7c52cc47f4b8c196a38f2ef9a62a2cbfbe5efc9b
2   "name": "RxEventHub",
3   "version": "0.1.1",
4   "summary": "`RxEventHub` makes multicasting event easy, type-safe and error-free, use it instead of `NSNotificationCenter` now!",
5   "description": "`RxEventHub` is an event hub in `RxSwift` world, it makes multicasting event easy, type-safe and error-free, use it instead of `NSNotificationCenter` now!",
6   "homepage": "https://github.com/RxSwiftCommunity/RxEventHub",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zzdjk6": "zzdjk6@126.com"
13   },
14   "source": {
15     "git": "https://github.com/RxSwiftCommunity/RxEventHub.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxEventHub/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 2.5"
25     ]
26   }