YH_EasyLogin.podspec 743 Bytes
Pod::Spec.new do |s|
    s.name             = 'YH_EasyLogin'
    s.version          = '1.0.0'
    s.summary          = '集成电信,移动的第三方一键登录SDK'
    s.description      = <<-DESC
    集成电信,移动的第三方一键登录SDK
    DESC
    
    s.homepage         = 'http://git.yoho.cn/ios/YH_EasyLogin.git'
    s.license          = { :type => 'MIT', :file => 'LICENSE' }
    s.author           = { '朱小军' => 'xiaojun.zhu@yoho.cn' }
    s.source           = { :git => 'http://git.yoho.cn/ios/YH_EasyLogin.git', :tag => s.version.to_s }
    s.ios.deployment_target = '8.0'
    s.vendored_frameworks = 'YH_EasyLogin/*.framework'
    s.frameworks = 'UIKit', 'Foundation'
    s.libraries = 'z.1.2.8', 'c++.1'
end