https://github.com/pircate/cocoachainkit
Cocoa 链式调用框架
https://github.com/pircate/cocoachainkit
chain cocoa swift
Last synced: about 1 year ago
JSON representation
Cocoa 链式调用框架
- Host: GitHub
- URL: https://github.com/pircate/cocoachainkit
- Owner: Pircate
- License: mit
- Created: 2018-05-08T09:50:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T09:54:39.000Z (over 7 years ago)
- Last Synced: 2025-05-07T01:04:42.126Z (about 1 year ago)
- Topics: chain, cocoa, swift
- Language: Swift
- Homepage:
- Size: 1.18 MB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CocoaChainKit
[](https://travis-ci.org/Pircate/CocoaChainKit)
[](https://cocoapods.org/pods/CocoaChainKit)
[](https://github.com/Carthage/Carthage)
[](https://cocoapods.org/pods/CocoaChainKit)

## 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

### use chain kit

## Author
Pircate, gao497868860@163.com
## License
CocoaChainKit is available under the MIT license. See the LICENSE file for more info.