blob: 7a7b22c3ffd7d8b4718e1030f39e2ece583827db [file] [log] [blame]
{
"name": "STCRouter",
"summary": "基于标准URL实现的iOS路由系统,可实现业务模块组件化,解耦各个业务模块, 可实现native降级为hybrid。",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenxiancai": "chenxiancai@hotmail.com"
},
"homepage": "https://github.com/chenxiancai/STCRouter",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chenxiancai/STCRouter.git",
"tag": "1.1.0"
},
"source_files": "Router/STCRouter/*.{h,m,c}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}