Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pircate/cocoachainkit

Cocoa 链式调用框架
https://github.com/pircate/cocoachainkit

chain cocoa swift

Last synced: 26 days ago
JSON representation

Cocoa 链式调用框架

Awesome Lists containing this project

README

        

# CocoaChainKit

[![CI Status](https://img.shields.io/travis/Pircate/CocoaChainKit.svg?style=flat)](https://travis-ci.org/Pircate/CocoaChainKit)
[![Version](https://img.shields.io/cocoapods/v/CocoaChainKit.svg?style=flat)](https://cocoapods.org/pods/CocoaChainKit)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/CocoaChainKit.svg?style=flat)](https://cocoapods.org/pods/CocoaChainKit)
![iOS 9.0+](https://img.shields.io/badge/iOS-9.0%2B-blue.svg)

## Example

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

## Requirements

* iOS 9.0
* Swift 4.2

## Installation

CocoaChainKit is available through [CocoaPods](https://cocoapods.org) or [Carthage](https://github.com/Carthage/Carthage). To install
it, simply add the following line to your Podfile or Cartfile:

#### Podfile
```ruby
pod 'CocoaChainKit'
```

#### Cartfile
```ruby
github "Pircate/CocoaChainKit"
```

## Usage

### before

![](https://github.com/Ginxx/CocoaChainKit/blob/master/Example/before.png)

### use chain kit

![](https://github.com/Ginxx/CocoaChainKit/blob/master/Example/cocoa_chain_kit.png)

## Author

Pircate, [email protected]

## License

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