blob: 58c187d63c37f66cdd71e969cc6d4e0fb9fff701 [file] [log] [blame]
{
"name": "BSHRouter",
"version": "0.0.5",
"summary": "一个便捷的Swift版本Swift&OC通用的轻量的路由工具",
"homepage": "https://github.com/aosic/Router",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"aosic": "724315346@qq.com"
},
"source": {
"git": "https://github.com/aosic/Router.git",
"tag": "0.0.5"
},
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0"
}