1 Star 0 Fork 0

微语/Reachability.swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ReachabilitySwift.podspec 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ashley Mills 提交于 2024-10-03 12:51 . Update ReachabilitySwift.podspec
Pod::Spec.new do |s|
s.name = 'ReachabilitySwift'
s.version = '5.2.4'
s.module_name = 'Reachability'
s.homepage = 'https://github.com/ashleymills/Reachability.swift'
s.authors = {
'Ashley Mills' => '[email protected]'
}
s.summary = 'Replacement for Apple\'s Reachability re-written in Swift with callbacks.'
s.license = { :type => 'MIT' }
# Source Info
s.ios.deployment_target = "12.0"
s.osx.deployment_target = "10.13"
s.tvos.deployment_target = "9.0"
s.source = {
:git => 'https://github.com/ashleymills/Reachability.swift.git',
:tag => 'v'+s.version.to_s
}
s.source_files = 'Sources/Reachability.swift'
s.resource_bundles = {"ReachabilitySwift" => ["Sources/PrivacyInfo.xcprivacy"]}
s.framework = 'SystemConfiguration'
s.ios.framework = 'CoreTelephony'
s.requires_arc = true
s.swift_version = '5.0'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/270580156/Reachability.swift.git
[email protected]:270580156/Reachability.swift.git
270580156
Reachability.swift
Reachability.swift
master

搜索帮助