Popois 0.8.42

Popois 0.8.42

Maintained by lcd.



Popois 0.8.42

  • By
  • liucaide

Popois (OC版本在这里

CI Status Version License Platform

初心:构建一个通用业务组件库和Cocoa便利性扩展,作为底层基础业务组件,在项目初期与维护期快速完成通用业务代码的构建(其实就是方便自己)。

目录

Popois 核心组件

Popois 辅助组件

第三方扩展组件

RxSwift 扩展

附录

Example

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

Requirements

Installation

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

pod 'Popois'  # 只引入Popois核心插件
pod 'Popois/Core'  # 只引入Popois核心插件

pod 'Popois/Module'  # 引入Popois核心插件+辅助插件
pod 'Popois/All' # 引入Popois所有插件
# 引入Popois单项插件
pod 'Popois/Form'
pod 'Popois/Chain'
pod 'Popois/Extension'
pod 'Popois/CountDown'
pod 'Popois/Value'
pod 'Popois/RegEx'

pod 'Popois/HUD'
pod 'Popois/Page'
pod 'Popois/TopBar'
pod 'Popois/IconFont'
pod 'Popois/IBInspectable'

pod 'Popois/MJRefresh'

Author

liucaide, [email protected]

License

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