|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'YH_ProgressHud'
|
|
|
s.version = '0.1.1'
|
|
|
s.summary = '有货加载弹框'
|
|
|
|
|
|
s.description = <<-DESC
|
|
|
TODO: Add long description of the pod here.
|
|
|
DESC
|
|
|
|
|
|
s.homepage = 'http://git.yoho.cn/ios/YH_ProgressHud.git'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { '孟顺' => 'shun.meng@yoho.cn' }
|
|
|
s.source = { :git => 'http://git.yoho.cn/ios/YH_ProgressHud.git', :tag => s.version.to_s }
|
|
|
|
|
|
s.ios.deployment_target = '8.0'
|
|
|
|
|
|
s.subspec 'YH_ProgressHud' do |ss|
|
|
|
ss.source_files = 'YH_ProgressHud/Classes/**/*'
|
|
|
end
|
|
|
|
|
|
# s.public_header_files = 'Pod/Classes/**/*.h'
|
|
|
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics'
|
|
|
# s.dependency 'AFNetworking', '~> 2.3'
|
|
|
end |
...
|
...
|
|