blob: fcde25fdc68e411ede411ed78ef2eeeaa24ca8d8 [file] [log] [blame]
{
"name": "ZJRoute",
"version": "0.1.0",
"summary": "iOS 一种跳转路由实现方式",
"description": "iOS 一种跳转路由实现方式,可以实现Controller 之间的解耦,可以由后端接口控制前端跳转",
"homepage": "https://github.com/MaricleZhang/ZJRoute",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MaricleZhang": "jian.zhang@qianli.com"
},
"source": {
"git": "https://github.com/MaricleZhang/ZJRoute.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZJRoute/Classes/**/*",
"public_header_files": "ZJRoute/Classes/**/*.h"
}