圆白菜是基于 ReSwift 4.0.0 的 Swift 普通开发框架。
要运行示例项目,克隆仓库,在 'Example' 文件夹中有示例。
或者可以在终端中运行以下命令
git clone [email protected]:EyreFree/Cabbage.git; cd Cabbage/Example; open 'Cabbage.xcworkspace'
更多示例: https://github.com/Vegetarians/CabbageExamples
版本 | 需要 |
---|---|
0.0.1 | XCode 8.0+ Swift 3.0+ iOS 8.0+ |
4.x | XCode 9.0+ Swift 4.0+ iOS 8.0+ |
圆白菜可通过 CocoaPods 获取。要安装它,只需将以下行添加到您的 Podfile 中
pod 'Cabbage'
在您想使用 Cabbage 的地方导入 Cabbage 模块
import Cabbage
圆白菜采用 MIT 许可证。有关更多信息,请参阅 LICENSE 文件。