blob: 989ba5dee7b6ef12680027141b9bd58f13f094c9 [file] [log] [blame]
{
"name": "ZIKRouter",
"version": "0.3.0",
"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.",
"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.3.0"
},
"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
}