blob: 8bf1db5006c14f49f6dd1a649b5f58cf94f8bd00 [file] [log] [blame]
{
"name": "SwifterRouter",
"version": "1.0.0",
"summary": "Router",
"description": "Swift方式的路由跳转,支持枚举、结构体、类",
"homepage": "https://github.com/Z-JaDe",
"license": "MIT",
"authors": {
"ZJaDe": "zjade@outlook.com"
},
"source": {
"git": "https://github.com/Z-JaDe/SwifterRouter.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": "Foundation",
"swift_version": "4.2",
"source_files": "Sources/**/*.{swift}"
}