1 Star 0 Fork 0

Pure-iOS/RxSwift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RxBlocking.podspec 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
freak4pc 提交于 2021-02-10 22:19 . 6.1.0
Pod::Spec.new do |s|
s.name = "RxBlocking"
s.version = "6.1.0"
s.summary = "RxSwift Blocking operatos"
s.description = <<-DESC
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
with a couple of other special scenarios where they could be useful.
E.g.
Waiting for observable sequence to complete before exiting command line application.
DESC
s.homepage = "https://github.com/ReactiveX/RxSwift"
s.license = 'MIT'
s.author = { "Krunoslav Zaher" => "[email protected]" }
s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s }
s.requires_arc = true
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'
s.source_files = 'RxBlocking/**/*.swift', 'Platform/**/*.swift'
s.exclude_files = 'RxBlocking/Platform/**/*.swift'
s.dependency 'RxSwift', '6.1.0'
s.swift_version = '5.1'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pure-iOS/RxSwift.git
[email protected]:pure-iOS/RxSwift.git
pure-iOS
RxSwift
RxSwift
main

搜索帮助