Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pircate/cocoachainkit
Cocoa 链式调用框架
https://github.com/pircate/cocoachainkit
chain cocoa swift
Last synced: 26 days ago
JSON representation
Cocoa 链式调用框架
- Host: GitHub
- URL: https://github.com/pircate/cocoachainkit
- Owner: Pircate
- License: mit
- Created: 2018-05-08T09:50:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T09:54:39.000Z (about 6 years ago)
- Last Synced: 2024-11-22T11:19:31.689Z (about 1 month ago)
- Topics: chain, cocoa, swift
- Language: Swift
- Homepage:
- Size: 1.18 MB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.