blob: a12aeba28524b2eaa109898406cbd35c37610e22 [file] [log] [blame]
{
"name": "ZTRouter",
"version": "0.0.2",
"summary": "iOS的路由封装,逐步完善中",
"homepage": "https://gitee.com/huanglutt/ZTRouter",
"license": "MIT",
"authors": {
"Lucky Huang": "583699255@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "git@gitee.com:huanglutt/ZTRouter.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": [
"ZTRouter/ZTRoute*.*",
"ZTRouter/UIViewController+ZTRouter.{h,m}"
]
}