infinitetoken/Future

Swift library for dealing with promises


Keywords
swift, swift-package-manager, xcode
License
MIT

Documentation

Future

Carthage

Installation with Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate Future into your Xcode project using Carthage, specify it in your Cartfile:

github "infinitetoken/Future" ~> 1.0

Run carthage to build the framework and drag the built Future.framework into your Xcode project.