{"id":18052513,"url":"https://github.com/CodeWeaver13/Lothar","last_synced_at":"2025-03-27T22:33:26.515Z","repository":{"id":56920047,"uuid":"76185603","full_name":"CodeWeaver13/Lothar","owner":"CodeWeaver13","description":"基于CTMediator的组件化中间件","archived":false,"fork":false,"pushed_at":"2018-12-14T09:36:38.000Z","size":32,"stargazers_count":30,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-22T15:58:29.079Z","etag":null,"topics":["appdelegate-application","cocoapods","lothar","mediator","objective-c","urlroute"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeWeaver13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-11T16:21:10.000Z","updated_at":"2022-02-24T09:35:47.000Z","dependencies_parsed_at":"2022-08-21T04:20:16.799Z","dependency_job_id":null,"html_url":"https://github.com/CodeWeaver13/Lothar","commit_stats":null,"previous_names":["qiankun-hanlin/lothar","codeweaver13/lothar"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWeaver13%2FLothar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWeaver13%2FLothar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWeaver13%2FLothar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWeaver13%2FLothar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWeaver13","download_url":"https://codeload.github.com/CodeWeaver13/Lothar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222322377,"owners_count":16966439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appdelegate-application","cocoapods","lothar","mediator","objective-c","urlroute"],"created_at":"2024-10-30T23:12:06.583Z","updated_at":"2024-10-30T23:12:07.469Z","avatar_url":"https://github.com/CodeWeaver13.png","language":"Objective-C","readme":"[![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/wangshiyu13/Lothar/blob/master/LICENSE)\n[![CI Status](https://img.shields.io/badge/build-1.0.6-brightgreen.svg)](https://travis-ci.org/wangshiyu13/Lothar)\n[![CocoaPods](https://img.shields.io/badge/platform-iOS-lightgrey.svg)](http://cocoapods.org/?q=Lothar)\n[![Support](https://img.shields.io/badge/support-iOS%208%2B-blue.svg)](https://www.apple.com/nl/ios/)\n#### 基于[CTMediator](https://github.com/casatwy/CTMediator)的组件化中间件\n\n## 特点\n相对于CTMediator，增加了一些功能\n\n1. 增加容错处理\n2. 增加短链映射处理\n3. 提供基于user:password的鉴权方案\n\n====\n\n## 使用方法\n**具体使用方法请看[我的简书](http://www.jianshu.com/p/568e875abd48)**\n\n***AppDelegate application:didFinishLaunchingWithOptions:***\n\n```objective-c\n[Lothar setupConfig:^(LotharConfig * _Nonnull config) {\n        config.URLScheme = @\"lothar\";\n        config.URLVerifySkip = YES;\n        config.URLRouteMapFilePath = [[NSBundle mainBundle] pathForResource:@\"RouteMapTemplate\" ofType:@\"plist\"];\n    }];\n```\n\n***AppDelegate application:openURL:options:***\n\n```objective-c\nreturn [[LotharMediator performActionWithUrl:url completion:nil] boolValue];\n```\n\n\n## 环境要求\n\n该库需运行在 iOS 8.0 和 Xcode 7.0以上环境.\n\n## 集成方法\n\nLothar is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"Lothar\"\n```\n\n## 更新日志\n\n\n## 作者\n\nwangshiyu13, wangshiyu13@163.com\n\n## 开源协议\n\nHLNetworking is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCodeWeaver13%2FLothar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCodeWeaver13%2FLothar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCodeWeaver13%2FLothar/lists"}