[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 4 / RxNavigationControllerPlus / 0.1.0 / RxNavigationControllerPlus.podspec.json
blobd32c5c494dba0a94d248a1cfed4ad5abf3f4a642
2   "name": "RxNavigationControllerPlus",
3   "version": "0.1.0",
4   "swift_version": "4.0",
5   "summary": "RxSwift custom property sinks for NavigationController / NavigationItem / NavigationBar",
6   "description": "RxSwift extension for custom property sinks for NavigationController / NavigationItem / NavigationBar",
7   "homepage": "https://github.com/amefuri/RxNavigationControllerPlus",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "amefuri": "daydreamclover.studio@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/amefuri/RxNavigationControllerPlus.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RxNavigationControllerPlus/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ]
30   }