blob: 1a47578c8726b07d01a685a22943176eeb820120 [file] [log] [blame]
{
"name": "ZTRouter",
"version": "0.1.5",
"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.1.5"
},
"requires_arc": true,
"source_files": "ZTRouter/ZTRouter.h",
"subspecs": [
{
"name": "router",
"source_files": [
"ZTRouter/ZTRoute*.*",
"ZTRouter/UIViewController+ZTRouter.{h,m}",
"ZTRouter/Transition/**/*.{h,m}"
]
}
]
}