blob: 73d389598ec5d4896d6c44a2a553c42c4f48a3e0 [file] [log] [blame]
{
"name": "LJRouter",
"version": "0.7.0",
"summary": "链家iOS路由方案",
"description": "LJRouter是链家独立开发完成的ios客户端路由跳转模块,该模块在接入,安全性,易用性都有比较好的表现,一行代码即可支持h5交互,push跳转,url scheme跳转等功能并实时生成文档.",
"homepage": "https://github.com/LianjiaTech/LJRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenxi": "fover0@126.com"
},
"source": {
"git": "https://github.com/LianjiaTech/LJRouter.git",
"tag": "0.7.0"
},
"preserve_paths": [
"LJRouter/ExportTool",
"LJRouter/ExportDocument",
"build"
],
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"default_subspecs": [
"Core",
"Navigation"
],
"subspecs": [
{
"name": "Core",
"source_files": "LJRouter/Core/**/*"
},
{
"name": "Navigation",
"source_files": "LJRouter/Navigation/**/*"
}
]
}