Commit a11c7f8235863ff8c59cf94cd70460c4ef562acb
1 parent
43d9bd7a
3.2.1
Showing
2 changed files
with
7 additions
and
8 deletions
README.md
| 1 | # YBImageBrowser_DSCnliveShop | 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 | [](https://travis-ci.org/694092596@qq.com/YBImageBrowser_DSCnliveShop) | 13 | [](https://travis-ci.org/694092596@qq.com/YBImageBrowser_DSCnliveShop) |
YBImageBrowser_DSCnliveShop.podspec
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | s.name = "YBImageBrowser_DSCnliveShop" | 2 | s.name = "YBImageBrowser_DSCnliveShop" |
| 3 | - s.version = "3.2.0" | 3 | + s.version = "3.2.1" |
| 4 | s.summary = "YBImageBrowser改依赖为YYKit" | 4 | s.summary = "YBImageBrowser改依赖为YYKit" |
| 5 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" | 5 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" |
| 6 | s.author = { "DSIOSTeam" => "694092596@qq.com" } | 6 | s.author = { "DSIOSTeam" => "694092596@qq.com" } |
| @@ -9,7 +9,8 @@ Pod::Spec.new do |s| | @@ -9,7 +9,8 @@ Pod::Spec.new do |s| | ||
| 9 | s.ios.deployment_target = '10.0' | 9 | s.ios.deployment_target = '10.0' |
| 10 | s.source_files = "YBImageBrowser_DSCnliveShop/Classes/**/*" | 10 | s.source_files = "YBImageBrowser_DSCnliveShop/Classes/**/*" |
| 11 | s.resources = "YBImageBrowser_DSCnliveShop/Assets/YBImageBrowserVideo.bundle", "YBImageBrowser_DSCnliveShop/Assets/YBImageBrowser.bundle" | 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 | end | 16 | end |