[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / e / 1 / 7 / RxEventHub / 0.1.0 / RxEventHub.podspec.json
blob6c647eb5a419abb0ef280c68d6b859005dd83c94
2   "name": "RxEventHub",
3   "version": "0.1.0",
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/zzdjk6/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/zzdjk6/RxEventHub.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/zzdjk6",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RxEventHub/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 2.5"
26     ]
27   }