[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / a / 9 / RxURLNavigator / 2.0.0 / RxURLNavigator.podspec.json
blob2e05988ff2cefb3ba833b6feeb17f5d04e4b9689
2   "name": "RxURLNavigator",
3   "version": "2.0.0",
4   "summary": "RxSwift Extension For URLNavigator",
5   "description": "RxSwift Extension For URLNavigator(Elegant URL Routing for Swift)",
6   "homepage": "https://github.com/InsectQY/RxURLNavigator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Insect": "704861917@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/InsectQY/RxURLNavigator.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "5.0",
22   "source_files": "RxURLNavigator/Classes/**",
23   "dependencies": {
24     "URLNavigator": [
26     ],
27     "RxSwift": [
28       "~> 5.0"
29     ],
30     "RxCocoa": [
31       "~> 5.0"
32     ]
33   }