blob: 2e05988ff2cefb3ba833b6feeb17f5d04e4b9689 [file] [log] [blame]
{
"name": "RxURLNavigator",
"version": "2.0.0",
"summary": "RxSwift Extension For URLNavigator",
"description": "RxSwift Extension For URLNavigator(Elegant URL Routing for Swift)",
"homepage": "https://github.com/InsectQY/RxURLNavigator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Insect": "704861917@qq.com"
},
"source": {
"git": "https://github.com/InsectQY/RxURLNavigator.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "RxURLNavigator/Classes/**",
"dependencies": {
"URLNavigator": [
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
}
}