blob: d43f00d54d422a22da8332f9012a5cf23c2e03e9 [file] [log] [blame]
{
"name": "XTRouter",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XTRouter/XTRouter",
"public_header_files": "XTRouter/XTRouter/*.h",
"dependencies": {
"XTBase": [
],
"XTFMDB": [
]
}
}