移除一键登录远端podspec
review by 枪兵
Showing
1 changed file
with
0 additions
and
19 deletions
easyLogin/1.0.0/easyLogin.podspec
deleted
100644 → 0
1 | - | ||
2 | - | ||
3 | -Pod::Spec.new do |s| | ||
4 | - s.name = 'easyLogin' | ||
5 | - s.version = '1.0.0' | ||
6 | - s.summary = '集成电信,移动的第三方一键登录SDK' | ||
7 | - s.description = <<-DESC | ||
8 | -集成电信,移动的第三方一键登录SDK | ||
9 | - DESC | ||
10 | - | ||
11 | - s.homepage = 'http://git.yoho.cn/ios/easyLogin.git' | ||
12 | - s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
13 | - s.author = { '朱小军' => 'xiaojun.zhu@yoho.cn' } | ||
14 | - s.source = { :git => 'http://git.yoho.cn/ios/easyLogin.git', :tag => s.version.to_s } | ||
15 | - s.ios.deployment_target = '8.0' | ||
16 | - s.vendored_frameworks = 'easyLogin/*.framework' | ||
17 | - s.frameworks = 'UIKit', 'Foundation' | ||
18 | - s.libraries = 'z.1.2.8', 'c++.1' | ||
19 | -end |
-
Please register or login to post a comment