Futura

Platforms License

Swift Package Manager Carthage compatible CocoaPods compatible

一个轻量级、函数式的 Swift Futures 框架

为什么命名为 Futura

因为它与 Pasta 相反

要求

安装

依赖管理器

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"))
    ]
...

用法

即将推出:/docs 目录

贡献

欢迎提交问题和拉取请求!

作者

David Harris @thedavidharris

许可

Futura 基于 MIT 许可发布。有关详细信息,请参阅LICENSE