ProHUD/ProHUD.podspec

20 lines
677 B
Ruby
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
s.dependency 'SnapKit', '4.2.0'
s.dependency 'Inspire'
end