3 Star 2 Fork 0

Gitee 极速下载 / MBProgressHUD

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jdg/MBProgressHUD
克隆/下载
MBProgressHUD.podspec 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Kenji Wada 提交于 2024-03-15 17:26 . Update MBProgressHUD.podspec
Pod::Spec.new do |s|
s.name = "MBProgressHUD"
s.version = "1.2.0"
s.summary = "An iOS activity indicator view."
s.description = <<-DESC
MBProgressHUD is an iOS drop-in class that displays a translucent HUD
with an indicator and/or labels while work is being done in a background thread.
The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD
with some additional features.
DESC
s.homepage = "http://www.bukovinski.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Matej Bukovinski' => 'matej@bukovinski.com' }
s.source = { :git => "https://github.com/matej/MBProgressHUD.git", :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.source_files = '*.{h,m}'
s.resource_bundles = {'MBProgressHUD' => ['PrivacyInfo.xcprivacy']}
s.frameworks = "CoreGraphics", "QuartzCore"
s.requires_arc = true
end
1
https://gitee.com/mirrors/MBProgressHUD.git
git@gitee.com:mirrors/MBProgressHUD.git
mirrors
MBProgressHUD
MBProgressHUD
master

搜索帮助