Ai
1 Star 0 Fork 0

ericdotwang/SwiftEventBus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SwiftEventBus.podspec 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
Roberto Vieira 提交于 2020-10-12 19:21 +08:00 . Fix Xcode 12 warnings.
Pod::Spec.new do |s|
s.name = 'SwiftEventBus'
s.version = '5.0.0'
s.license = 'MIT'
s.summary = 'Publish/subscribe event bus optimized for iOS'
s.homepage = 'https://github.com/cesarferreira/SwiftEventBus'
s.social_media_url = 'http://twitter.com/cesarmcferreira'
s.authors = { 'César Ferreira' => 'cesar.manuel.ferreira@gmail.com' }
s.source = { :git => 'https://github.com/cesarferreira/SwiftEventBus.git', :tag => s.version }
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.source_files = 'SwiftEventBus/SwiftEventBus.swift'
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ericdotwang/SwiftEventBus.git
git@gitee.com:ericdotwang/SwiftEventBus.git
ericdotwang
SwiftEventBus
SwiftEventBus
master

搜索帮助