代码拉取完成,页面将自动刷新
Pod::Spec.new do |s|
s.name = 'SVProgressHUD'
s.version = '2.2.6'
s.ios.deployment_target = '8.3'
s.tvos.deployment_target = '9.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A clean and lightweight progress HUD for your iOS and tvOS app.'
s.homepage = 'https://github.com/SVProgressHUD/SVProgressHUD'
s.authors = { 'Sam Vermette' => 'hello@samvermette.com', 'Tobias Tiemerding' => 'tobias@tiemerding.com' }
s.source = { :git => 'https://github.com/SVProgressHUD/SVProgressHUD.git', :tag => s.version.to_s }
s.description = 'SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. The success and error icons are from Freepik from Flaticon and are licensed under Creative Commons BY 3.0.'
s.framework = 'QuartzCore'
s.requires_arc = true
s.default_subspec = 'Core'
s.subspec 'Core' do |core|
core.source_files = 'SVProgressHUD/*.{h,m}'
core.resources = 'SVProgressHUD/SVProgressHUD.bundle'
end
s.subspec 'AppExtension' do |ext|
ext.source_files = 'SVProgressHUD/*.{h,m}'
ext.resources = 'SVProgressHUD/SVProgressHUD.bundle'
ext.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'SV_APP_EXTENSIONS=1' }
end
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。