blob: 73e6ff42c209d0d4046cb6f56b14559042a0b256 [file] [log] [blame]
{
"name": "ZRouter",
"version": "0.9.0",
"summary": "Interface-Oriented iOS Swift router for discovering modules and injecting dependencies with protocol.",
"description": "Interface-Oriented iOS Swift router for discovering modules and injecting dependencies with protocol, designed for VIPER. The view router can perform all navigation types in UIKit through one method. The service router can discover service with protocol.",
"homepage": "https://github.com/Zuikyo/ZIKRouter",
"license": "MIT",
"authors": {
"Zuikyo": "zuilongzhizhu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Zuikyo/ZIKRouter.git",
"tag": "swift-0.9.0"
},
"source_files": "ZRouter/*.swift",
"requires_arc": true,
"dependencies": {
"ZIKRouter": [
">= 0.13.0"
]
},
"pushed_with_swift_version": "3.2"
}