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