Futura.swift

2.0

thedavidharris/Futura

What's New

Swift 5 Release

2019-03-28T19:11:56Z

Futura

Platforms License

Swift Package Manager Carthage compatible CocoaPods compatible

A lightweight, functional framework for Futures in Swift

Why is it Named Futura

Because it's the opposite of Pasta

Requirements

  • iOS 8.0+ / Mac OS X 10.10+ / tvOS 9.0+ / watchOS 2.0+
  • Xcode 9.0+

Installation

Dependency Managers

CocoaPods
pod 'Futura', '~> 2.0'
Carthage
github "thedavidharris/Futura" ~> 3.0.0
Swift Package Manager
...
    dependencies: [
        .Package(url: "https://github.com/thedavidharris/Futura.git", .upToNextMajor(from: "3.0.0"))
    ]
...

Usage

Incoming: /docs directory

Contributing

Issues and pull requests are welcome!

Author

David Harris @thedavidharris

License

Futura is released under the MIT license. See LICENSE for details.

Description

  • Swift Tools 4.2.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Apr 14 2024 14:24:22 GMT-0900 (Hawaii-Aleutian Daylight Time)