Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiruzx/PureFutures
Futures and Promises library
https://github.com/wiruzx/PureFutures
Last synced: 14 days ago
JSON representation
Futures and Promises library
- Host: GitHub
- URL: https://github.com/wiruzx/PureFutures
- Owner: wiruzx
- License: mit
- Created: 2015-03-12T18:28:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T00:18:44.000Z (over 6 years ago)
- Last Synced: 2024-07-31T18:17:44.075Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 256 KB
- Stars: 17
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - PureFutures - Futures and Promises library. (Libs / Events)
- awesome-swift - PureFutures - Futures and Promises library (Extensions)
README
#PureFutures
[![Build Status](https://travis-ci.org/wiruzx/PureFutures.svg?branch=master)](https://travis-ci.org/wiruzx/PureFutures) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
A simple Futures and Promises library.
##Installation
###Carthage
Add the following in your Cartfile:
```
github "wiruzx/PureFutures"
```And run `carthage update`
Up to date instructions in [Carthage's README](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application)
##Alternatives:
1. [BrightFutures](https://github.com/Thomvis/BrightFutures) ❤️
2. [PromiseKit](https://github.com/mxcl/PromiseKit) 👍
3. [Bolts](https://github.com/BoltsFramework/Bolts-iOS) 😏
4. [SwiftTask](https://github.com/ReactKit/SwiftTask) 😐##License
PureFutures is available under the MIT license. See the [LICENSE](LICENSE) file for more info.