CD 0.7.42

CD 0.7.42

Maintained by lcd.



CD 0.7.42

  • By
  • liucaide

CD (OC版本在这里

CI Status Version License Platform

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

目录

CD 核心组件

CD 辅助组件

第三方扩展插件

RxSwift 扩展

附录

Example

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

Requirements

Installation

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

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

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

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

pod 'CD/MJRefresh'

Author

liucaide, [email protected]

License

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