Commit a11c7f8235863ff8c59cf94cd70460c4ef562acb

Authored by 张旭
1 parent 43d9bd7a

3.2.1

README.md
1 1 # YBImageBrowser_DSCnliveShop
2 2  
3   -
4   -
5 3 本地验证
6   -pod lib lint --allow-warnings --no-clean --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
  4 +pod lib lint --allow-warnings --no-clean --use-libraries --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
7 5  
8 6 本地+远程验证
9   -pod spec lint --allow-warnings --no-clean --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
  7 +pod spec lint --allow-warnings --no-clean --use-libraries --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
10 8  
11 9 推送
12   -pod repo push CNLiveRepos YBImageBrowser_DSCnliveShop.podspec --allow-warnings --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
  10 +pod repo push CNLiveRepos YBImageBrowser_DSCnliveShop.podspec --allow-warnings --use-libraries --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
13 11  
14 12  
15 13 [![CI Status](https://img.shields.io/travis/694092596@qq.com/YBImageBrowser_DSCnliveShop.svg?style=flat)](https://travis-ci.org/694092596@qq.com/YBImageBrowser_DSCnliveShop)
... ...
YBImageBrowser_DSCnliveShop.podspec
1 1 Pod::Spec.new do |s|
2 2 s.name = "YBImageBrowser_DSCnliveShop"
3   - s.version = "3.2.0"
  3 + s.version = "3.2.1"
4 4 s.summary = "YBImageBrowser改依赖为YYKit"
5 5 s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam"
6 6 s.author = { "DSIOSTeam" => "694092596@qq.com" }
... ... @@ -9,7 +9,8 @@ Pod::Spec.new do |s|
9 9 s.ios.deployment_target = '10.0'
10 10 s.source_files = "YBImageBrowser_DSCnliveShop/Classes/**/*"
11 11 s.resources = "YBImageBrowser_DSCnliveShop/Assets/YBImageBrowserVideo.bundle", "YBImageBrowser_DSCnliveShop/Assets/YBImageBrowser.bundle"
12   - s.dependency 'SDWebImage','5.2.3'
13   - s.dependency 'YYKit'
  12 + s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }#缺少架构 normal i386/normal x86_64 /normal arm64
  13 + s.dependency 'CNLiveNewTripartiteManagement/SDWebImage'
  14 + s.dependency 'CNLiveNewTripartiteManagement/YYKit'
14 15  
15 16 end
... ...