1 Star 0 Fork 0

zz-github-forks/RxSwift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RxCocoa.podspec 996 Bytes
一键复制 编辑 原始数据 按行查看 历史
freak4pc 提交于 2021-05-08 18:20 . RxSwift 6.2.0
Pod::Spec.new do |s|
s.name = "RxCocoa"
s.version = "6.2.0"
s.summary = "RxSwift Cocoa extensions"
s.description = <<-DESC
* UI extensions
* NSURL extensions
* KVO extensions
DESC
s.homepage = "https://github.com/ReactiveX/RxSwift"
s.license = 'MIT'
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
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.header_dir = "RxCocoa"
s.source_files = 'RxCocoa/**/*.{swift,h,m}', 'Platform/**/*.swift'
s.exclude_files = 'RxCocoa/Platform/**/*.swift', 'Platform/AtomicInt.swift'
s.dependency 'RxSwift', '6.2.0'
s.dependency 'RxRelay', '6.2.0'
s.swift_version = '5.1'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zz-github-forks/RxSwift.git
git@gitee.com:zz-github-forks/RxSwift.git
zz-github-forks
RxSwift
RxSwift
main

搜索帮助