[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / 5 / RxSwiftNotifications / 0.0.1 / RxSwiftNotifications.podspec.json
blobc02d4e58e9909fe352d9e0c4725ba171918101eb
2   "name": "RxSwiftNotifications",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "10.0"
6   },
7   "requires_arc": true,
8   "summary": "A small group of extensions on top of NSNotification center and RxSwift that allows for strong-typed notifications",
9   "description": "Have strong-typed notifications and parameters. Easyly register listeners and access the parameters of the notification with no boilerplate code. Transform the notification in a rx observavble to react to it in a seamless way.",
10   "homepage": "https://github.com/leandromperez/rxswift-notifications",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Leandro Perez": "leandromperez@gmail.com"
17   },
18   "social_media_url": "https://medium.com/@leandromperez",
19   "source": {
20     "git": "https://github.com/leandromperez/rxswift-notifications.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "RxSwiftNotifications/Classes/**/*",
24   "frameworks": "UIKit",
25   "swift_version": "4.2",
26   "dependencies": {
27     "RxSwift": [
29     ],
30     "RxCocoa": [
32     ]
33   }