Authored by gaoqiang xu

add YHBar spec

  1 +Pod::Spec.new do |s|
  2 + s.name = "YH_Bar"
  3 + s.version = "1.0.0"
  4 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  5 + s.summary = "YH_Bar"
  6 + s.description = <<-DESC
  7 + Enhanced & Extended ZXing Library
  8 + DESC
  9 + s.homepage = "http://git.yoho.cn/ios/yh_webp"
  10 + s.author = { "zhuxj" => "xiaojun.zhu@yoho.cn" }
  11 + s.source = { :git => "http://git.yoho.cn/ios/YH_BarScanner.git",
  12 + :branch => 'master',
  13 + :tag => s.version.to_s }
  14 +
  15 + s.platform = :ios, '7.0'
  16 + s.requires_arc = true
  17 + s.xcconfig = { "OTHER_LDFLAGS" => "-ObjC" }
  18 +
  19 + s.vendored_frameworks = 'YHBar/YHBar.framework'
  20 +
  21 +end