blob: 18cf71d722dd2fbcd2995fd9fb4c1fdbe7be5203 [file] [log] [blame]
{
"name": "RxURLNavigator",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxURLNavigator/Classes/**",
"dependencies": {
"URLNavigator": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}