blob: 044393c712c14aa20a3e1347b58b138b2da5edc3 [file] [log] [blame]
{
"name": "WSRouter.swift",
"module_name": "WSRouter",
"version": "0.0.1",
"summary": "A router for ios.",
"swift_versions": "5.1",
"description": "A router for ios. Support endpoint and perform selector or controller.",
"homepage": "https://github.com/zevwings/WSRouter",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"zevwings": "zev.wings@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zevwings/WSRouter.git",
"tag": "0.0.1"
},
"source_files": [
"WSRouter/WSRouter.h",
"WSRouter/**/*.{h,m,swift}"
],
"requires_arc": true,
"swift_version": "5.1"
}