blob: 48eb7d39e24e85ed608622b0eb09699d7cc51237 [file] [log] [blame]
{
"name": "UIRouter",
"version": "0.2.0.alpha",
"summary": "Swift 实现的路由解耦框架.",
"description": "Swift 实现的路由解耦框架.",
"homepage": "https://github.com/wxlpp/UIRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wxlpp": "wxlpp91@foxmail.com"
},
"source": {
"git": "https://github.com/wxlpp/UIRouter.git",
"tag": "0.2.0.alpha"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.4",
"ios": {
"frameworks": "UIKit"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*"
},
{
"name": "Web",
"dependencies": {
"UIRouter/Core": [
]
},
"source_files": "Source/Web/*",
"ios": {
"frameworks": "SafariServices"
}
}
],
"swift_version": "5.4"
}