Authored by 孟顺

[Add] YH_EasyLogin (1.0.0)

  1 +Pod::Spec.new do |s|
  2 + s.name = 'YH_EasyLogin'
  3 + s.version = '1.0.0'
  4 + s.summary = '集成电信,移动的第三方一键登录SDK'
  5 + s.description = <<-DESC
  6 + 集成电信,移动的第三方一键登录SDK
  7 + DESC
  8 +
  9 + s.homepage = 'http://git.yoho.cn/ios/YH_EasyLogin.git'
  10 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  11 + s.author = { '朱小军' => 'xiaojun.zhu@yoho.cn' }
  12 + s.source = { :git => 'http://git.yoho.cn/ios/YH_EasyLogin.git', :tag => s.version.to_s }
  13 + s.ios.deployment_target = '8.0'
  14 + s.vendored_frameworks = 'YH_EasyLogin/*.framework'
  15 + s.frameworks = 'UIKit', 'Foundation'
  16 + s.libraries = 'z.1.2.8', 'c++.1'
  17 +end