Cabbage 4.0.0

Cabbage 4.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by EyreFree.



Cabbage 4.0.0

CI Status
Version
License
Platform

Cabbage is an ordinary development framework in Swift, based on ReSwift 4.0.0.

中文介绍

Demo

To run the example project, clone the repo, demos are in the 'Example' folder.

Or you can run the following command in terminal:

git clone [email protected]:EyreFree/Cabbage.git; cd Cabbage/Example; open 'Cabbage.xcworkspace'

For more examples: https://github.com/Vegetarians/CabbageExamples

Requirements

Version Needs
0.0.1 XCode 8.0+
Swift 3.0+
iOS 8.0+
4.x XCode 9.0+
Swift 4.0+
iOS 8.0+

Installation

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

pod 'Cabbage'

Usage

Import Cabbage module where you want to use it:

import Cabbage

License

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