Authored by 孟顺

移除一键登录远端podspec

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