blob: 953da440da02d4dc45332ee38d43d719cb71925a [file] [log] [blame]
{
"name": "XTRouter",
"version": "1.0.0",
"summary": "a Powerful iOS Router",
"description": "一个灵活的路由组件, 可以通过与web端协作跳转. 任意启动, 任意跳转,任意传参, 回调等.",
"homepage": "https://github.com/akateason/XTRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"teason": "akateason@qq.com"
},
"source": {
"git": "https://github.com/akateason/XTRouter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XTRouter/XTRouter",
"public_header_files": "XTRouter/XTRouter/*.h",
"dependencies": {
"XTBase": [
],
"XTFMDB": [
]
}
}