An open API service indexing awesome lists of open source software.

https://github.com/devdragonli/zdmodulekit

ZDModuleKit:组件生命周期管理,解决项目组件化解耦宿主工程派分事件
https://github.com/devdragonli/zdmodulekit

Last synced: about 1 year ago
JSON representation

ZDModuleKit:组件生命周期管理,解决项目组件化解耦宿主工程派分事件

Awesome Lists containing this project

README

          

# ZDModuleKit

[![CI
Status](https://img.shields.io/travis/DevdragonLi/ZDModuleKit.svg?style=flat)](https://travis-ci.org/DevdragonLi/ZDModuleKit)
[![Version](https://img.shields.io/cocoapods/v/ZDModuleKit.svg?style=flat)](https://cocoapods.org/pods/ZDModuleKit)
[![License](https://img.shields.io/cocoapods/l/ZDModuleKit.svg?style=flat)](https://cocoapods.org/pods/ZDModuleKit)
[![Platform](https://img.shields.io/cocoapods/p/ZDModuleKit.svg?style=flat)](https://cocoapods.org/pods/ZDModuleKit)

> 组件生命周期管理

- AppDelegate 作为程序级状态变化的 delegate,应该只做路由和分发的作用,具体逻辑实现代码还是应该在分别的模块中,这个文件应该保持整洁,除了的方法外不应该出现其他方法。

- ![](./images/image.jpg)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

- 工程改造参考Demo即可

## Installation

ZDModuleKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:

```ruby
pod 'ZDModuleKit'

```

## Author

DragonLi, dragonli_52171@163.com

## License

ZDModuleKit is available under the MIT license. See the LICENSE file for more info.