blob: 4e67450dcd7bad3212957b5c0449ca5ad63465f5 [file] [log] [blame]
{
"name": "ZIKRouter",
"version": "0.4.2",
"summary": "An iOS router for decoupling between modules, and injecting dependencies with protocol.",
"description": "An iOS router for decoupling between modules, and injecting dependencies with protocol. The view router can perform all navigation types in UIKit through one method, designed for VIPER. The service router can discover service with protocol.",
"homepage": "https://github.com/Zuikyo/ZIKRouter",
"license": "MIT",
"authors": {
"Zuikyo": "zuilongzhizhu@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Zuikyo/ZIKRouter.git",
"tag": "0.4.2"
},
"source_files": [
"ZIKRouter/*.{h,m}",
"ZIKRouter/Additions/*.{h,m}",
"ZIKRouter/Framework/*.h"
],
"preserve_paths": "ZIKRouter/Framework/module.modulemap",
"module_map": "ZIKRouter/Framework/module.modulemap",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}