From fe64201a5599c4e52f3e6e6438c548c35126bbd5 Mon Sep 17 00:00:00 2001 From: 孟顺 <shun.meng@yoho.cn> Date: Tue, 29 Jan 2019 15:57:31 +0800 Subject: [PATCH] [Add] YH_EasyLogin (1.0.0) --- YH_EasyLogin/1.0.0/YH_EasyLogin.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+), 0 deletions(-) create mode 100644 YH_EasyLogin/1.0.0/YH_EasyLogin.podspec diff --git a/YH_EasyLogin/1.0.0/YH_EasyLogin.podspec b/YH_EasyLogin/1.0.0/YH_EasyLogin.podspec new file mode 100644 index 0000000..ed0a80f --- /dev/null +++ b/YH_EasyLogin/1.0.0/YH_EasyLogin.podspec @@ -0,0 +1,17 @@ +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 -- libgit2 0.24.0