[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 2 / LJRouter / 0.7.0 / LJRouter.podspec.json
blob73d389598ec5d4896d6c44a2a553c42c4f48a3e0
2   "name": "LJRouter",
3   "version": "0.7.0",
4   "summary": "链家iOS路由方案",
5   "description": "LJRouter是链家独立开发完成的ios客户端路由跳转模块,该模块在接入,安全性,易用性都有比较好的表现,一行代码即可支持h5交互,push跳转,url scheme跳转等功能并实时生成文档.",
6   "homepage": "https://github.com/LianjiaTech/LJRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenxi": "fover0@126.com"
13   },
14   "source": {
15     "git": "https://github.com/LianjiaTech/LJRouter.git",
16     "tag": "0.7.0"
17   },
18   "preserve_paths": [
19     "LJRouter/ExportTool",
20     "LJRouter/ExportDocument",
21     "build"
22   ],
23   "platforms": {
24     "ios": "8.0"
25   },
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "default_subspecs": [
30     "Core",
31     "Navigation"
32   ],
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "LJRouter/Core/**/*"
37     },
38     {
39       "name": "Navigation",
40       "source_files": "LJRouter/Navigation/**/*"
41     }
42   ]