ProHUD/ProHUD.podspec

21 lines
703 B
Plaintext
Raw Permalink Normal View History

2019-07-31 17:40:39 +08:00
Pod::Spec.new do |s|
s.name = 'ProHUD'
s.version = "1.0"
s.license = 'MIT'
s.summary = '可完全定制化的HUD包含顶部区域的Toast中央区域的Alert和底部区域的ActionSheet。'
s.homepage = "http://xaoxuu.com"
s.authors = { 'xaoxuu' => 'xaoxuu@gmail.com' }
s.source = { :git => "https://github.com/xaoxuu/ProHUD.git", :tag => "#{s.version}", :submodules => false}
s.ios.deployment_target = '9.0'
s.source_files = 'ProHUD/**/*.swift'
s.resource_bundles = { 'ProHUD' => ['ProHUD/*.{xcassets,strings,xml,storyboard,xib,xcdatamodeld,gif,lproj}'] }
s.requires_arc = true
2019-08-21 09:30:09 +08:00
s.swift_version = '5.0'
2019-07-31 17:40:39 +08:00
s.dependency 'SnapKit', '4.2.0'
2019-08-01 17:02:17 +08:00
s.dependency 'Inspire'
2019-07-31 17:40:39 +08:00
end