blob: 26ca621a6fb44bb0c83c9a8b065ee96fb3e7fc90 [file] [log] [blame]
{
"name": "JYRouter",
"summary": "JYRouter是一个基于Routable封装的路由跳转库,封装了常见的Push, Pop, Present, Dismiss等跳转方法",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Job-Yang": "578093143@qq.com"
},
"homepage": "https://github.com/Job-Yang/JYRouter",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Job-Yang/JYRouter.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "JYRouter/**/*.{h,m}",
"dependencies": {
"YYModel": [
]
}
}