blob: 609e1ec5c062dff2481e0efdca01ac7979f8a520 [file] [log] [blame]
{
"name": "MGRouter",
"version": "0.0.1",
"summary": "路由跳转库,可跳转到其他APP的指定模块,打开网页,处理其他APP打开自己。",
"description": "路由跳转库,可跳转到其他APP的指定模块,打开网页,处理其他APP打开自己。",
"homepage": "https://github.com/cndevmingle/MGRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mingle": "cndevmingle@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cndevmingle/MGRouter.git",
"tag": "0.0.1"
},
"source_files": "MGRouter/MGRouter/Classes/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}