T21RxAdditions
T21RxAdditions 是对 RxSwift 的简单封装。
安装
T21RxAdditions 可以通过 Carthage、CocoaPods 或 Swift Package Manager 使用。
Carthage
要使用 Carthage 安装 T21RxAdditions,请将以下行添加到您的 Cartfile
中。
github "worldline-spain/T21RxAdditions"
然后运行 carthage update --no-use-binaries
命令或只需运行 carthage update
。有关 Carthage 的安装和使用详情,请访问其项目页面。
CocoaPods
要使用 CocoaPods 安装 T21RxAdditions,请将以下行添加到您的 Podfile
中。
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
pod 'T21RxAdditions'
然后运行 pod install
命令。有关 CocoaPods 的安装和使用详情,请访问 其官方网站。
Swift 包管理器
要使用 Apple 的 Swift 包管理器集成,请将以下内容添加到您的 Package.swift
文件中作为依赖项。
.package(url: "https://github.com/worldline-spain/T21RxAdditions.git", .upToNextMajor(from: "2.0.0"))
有关 Swift 包管理器安装和使用详情,请访问其官方网站。
作者
- Eloi Guzman Ceron - 初始工作
- Edwin Peña - 初始工作
- Salvador Martin - 初始工作
- Anan Sadiya - Swift 5、Carthage 和 Swift 包管理器集成
还可以查看参与此项目的贡献者列表。
许可证
本项目采用 Apache 2.0 许可,详情见 LICENSE.md 文件。
致谢
- 向 Worldline Spain iOS 开发团队致敬。