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