blob: da15597f2e83cad0b20695a5cc7ca856af6ef946 [file] [log] [blame]
{
"name": "STCRouter",
"summary": "基于标准URL实现的iOS路由系统,可实现业务模块组件化,解耦各个业务模块, 可实现native降级为hybrid。",
"version": "1.2.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.2.0"
},
"source_files": "Router/STCRouter/*.{h,m,c}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}