[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 7 / LFRouter / 0.1.1 / LFRouter.podspec.json
blob41ad0d541f288e1051901988c2f21a3965f645a5
2   "name": "LFRouter",
3   "version": "0.1.1",
4   "summary": "LFRouter 用于:\\n\\t1.解耦ViewController之间的调用 \\n\\t2.统一h5和view之间的跳转逻辑 \\n\\t3.插件化viewController进入之前的逻辑(比如:某些界面需要登录等等)",
5   "description": "LFRouter的主要功能有:\n1.添加路由跳转。(支持url path传参,query传参,本地手动传参)\n2.缺少参数自动检测\n2.添加界面的前置逻辑,比如:\n  1)某个用户详情页面需要一个UserModel来展示,本地打开个人中心界面都会由上一个界面传过来一个UserModel.\n    现在需要h5打开app来跳转用户详情,只传过来一个userid,你可以在这个路由下前置请求网络;\n3.统一管理controller生命周期,所有的跳转都以队列任务的方式保存,你可以设置规则及优先级。",
6   "homepage": "https://github.com/v39lfy/LFRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "v39lfy": "admin@onlywish.me"
13   },
14   "source": {
15     "git": "https://github.com/v39lfy/LFRouter.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LFRouter/Classes/**/*",
22   "public_header_files": "LFRouter/Classes/**/*.h"