Authored by 孟顺

[Add] YH_ProgressHud (0.1.0)

  1 +Pod::Spec.new do |s|
  2 + s.name = 'YH_ProgressHud'
  3 + s.version = '0.1.0'
  4 + s.summary = '有货加载弹框'
  5 +
  6 + s.description = <<-DESC
  7 +TODO: Add long description of the pod here.
  8 + DESC
  9 +
  10 + s.homepage = 'http://git.yoho.cn/ios/YH_ProgressHud.git'
  11 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  12 + s.author = { '孟顺' => 'shun.meng@yoho.cn' }
  13 + s.source = { :git => 'http://git.yoho.cn/ios/YH_ProgressHud.git', :tag => s.version.to_s }
  14 +
  15 + s.ios.deployment_target = '8.0'
  16 +
  17 + s.subspec 'YH_ProgressHud' do |ss|
  18 + ss.source_files = 'YH_ProgressHud/Classes/**/*'
  19 + end
  20 +
  21 + # s.public_header_files = 'Pod/Classes/**/*.h'
  22 + s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics'
  23 + # s.dependency 'AFNetworking', '~> 2.3'
  24 +end