blob: 79f935ac608f4dc290ac4af3f56344444a6fe63a [file] [log] [blame]
{
"name": "YINRoute",
"version": "0.0.1",
"summary": "app模块化路由管理器,app间urlscheme访问管理器",
"description": "app模块化路由管理器,app间urlscheme访问管理器. 模块化可以将代码的功能逻辑尽量封装在一起,对外只提供接口,业务逻辑代码与功能模块通过接口进行弱耦合。设计的一套符合要求的组件之间通信的中间件",
"homepage": "https://github.com/wangyin1/YINRoute",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyin1": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wangyin1/YINRoute.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}