Skip to content

Commit

Permalink
chore: 升级pod依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
linhay committed Jan 7, 2021
1 parent 77fa28b commit cb38153
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 53 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1210"
LastUpgradeVersion = "1230"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Example/EmptyPage/DZNEmptyDataSetSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DZNEmptyDataSetSection: BaseSection {
vc.view.backgroundColor = .white
vc.tableView.separatorStyle = .none
vc.tableView.ep.set(emptyView: item.view())
sectionView.st.viewController?.st.push(vc: vc)
sectionView.st.viewController?.st.push(vc)
}

}
Expand Down
10 changes: 5 additions & 5 deletions Example/EmptyPage/DemoSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ class DemoSection: BaseSection {
switch type {
case .work_tableView_dataSource:
let vc = TestTableViewViewController()
sectionView.st.viewController?.st.push(vc: vc)
sectionView.st.viewController?.st.push(vc)
case .work_collectionView_dataSource:
let vc = TestCollectionViewController()
sectionView.st.viewController?.st.push(vc: vc)
sectionView.st.viewController?.st.push(vc)
case .work_mjRefresh_cansScroll:
let vc = TestMJRefreshCollectionVC()
vc.config(canScroll: true)
sectionView.st.viewController?.st.push(vc: vc)
sectionView.st.viewController?.st.push(vc)
case .work_mjRefresh_cantScroll:
let vc = TestMJRefreshCollectionVC()
vc.config(canScroll: false)
sectionView.st.viewController?.st.push(vc: vc)
sectionView.st.viewController?.st.push(vc)
case .work_manager_noNetwork:
let vc = TestStateViewController()
sectionView.st.viewController?.st.push(vc: vc)
sectionView.st.viewController?.st.push(vc)
}

}
Expand Down
2 changes: 1 addition & 1 deletion Example/EmptyPage/DribbbleSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DribbbleSection: BaseSection {
vc.view.backgroundColor = .white
vc.tableView.separatorStyle = .none
vc.tableView.ep.set(emptyView: item.view())
sectionView.st.viewController?.st.push(vc: vc)
sectionView.st.viewController?.st.push(vc)
}

}
Expand Down
1 change: 1 addition & 0 deletions Example/EmptyPage/EmptyStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ enum TemplateSet {
.layout(view: .button, types: .height(30))
.layout(view: .textLabel, types: .afterSpac(10))
.layout(view: .titleLabel, types: .afterSpac(10))
.layout(view: .textLabel, types: .height(100))
}

static func image_normal() -> EmptyPageTemplateProtocol {
Expand Down
2 changes: 1 addition & 1 deletion Example/EmptyPage/StandardSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class StandardSection: BaseSection {
vc.view.backgroundColor = .white
vc.tableView.separatorStyle = .none
vc.tableView.ep.set(emptyView: item.view())
sectionView.st.viewController?.st.push(vc: vc)
sectionView.st.viewController?.st.push(vc)
}

}
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'EmptyPage_Example' do
pod 'ReachabilitySwift'
pod 'EmptyPage', :path => '../EmptyPage.podspec'
pod 'SnapKit', '5.0.0'
pod 'Stem', '0.0.32'
pod 'Stem', '0.0.33'
pod 'MJRefresh'
pod 'LookinServer', :configurations => ['Debug']
pod 'SwiftLint'
Expand Down
66 changes: 23 additions & 43 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,52 +1,32 @@
PODS:
- EmptyPage (4.0.1):
- EmptyPage/core (= 4.0.1)
- EmptyPage/managers (= 4.0.1)
- EmptyPage/templates (= 4.0.1)
- EmptyPage/core (4.0.1)
- EmptyPage/managers (4.0.1):
- EmptyPage (4.0.2):
- EmptyPage/core (= 4.0.2)
- EmptyPage/managers (= 4.0.2)
- EmptyPage/templates (= 4.0.2)
- EmptyPage/core (4.0.2)
- EmptyPage/managers (4.0.2):
- EmptyPage/core
- EmptyPage/templates (4.0.1):
- EmptyPage/templates (4.0.2):
- EmptyPage/core
- LookinServer (1.0.0)
- MJRefresh (3.4.3)
- ReachabilitySwift (5.0.0)
- SnapKit (5.0.0)
- Stem (0.0.32):
- Stem/AVKit (= 0.0.32)
- Stem/Core (= 0.0.32)
- Stem/CoreText (= 0.0.32)
- Stem/Custom (= 0.0.32)
- Stem/Foundation (= 0.0.32)
- Stem/Fundamentals (= 0.0.32)
- Stem/NSObject (= 0.0.32)
- Stem/Runtime (= 0.0.32)
- Stem/UIKit (= 0.0.32)
- Stem/WebKit (= 0.0.32)
- Stem/AVKit (0.0.32):
- Stem (0.0.33):
- Stem/Core (= 0.0.33)
- Stem/CrossPlatform (= 0.0.33)
- Stem/STUIKit (= 0.0.33)
- Stem/UIKit (= 0.0.33)
- Stem/Core (0.0.33)
- Stem/CrossPlatform (0.0.33):
- Stem/Core
- Stem/Core (0.0.32)
- Stem/CoreText (0.0.32):
- Stem/STUIKit (0.0.33):
- Stem/Core
- Stem/Custom (0.0.32):
- Stem/Core
- Stem/NSObject
- Stem/Foundation (0.0.32):
- Stem/Core
- Stem/Fundamentals
- Stem/Fundamentals (0.0.32):
- Stem/Core
- Stem/NSObject (0.0.32):
- Stem/Core
- Stem/Runtime (0.0.32):
- Stem/Core
- Stem/UIKit (0.0.32):
- Stem/Core
- Stem/Foundation
- Stem/NSObject
- Stem/Runtime
- Stem/WebKit (0.0.32):
- Stem/CrossPlatform
- Stem/UIKit
- Stem/UIKit (0.0.33):
- Stem/Core
- Stem/CrossPlatform
- SwiftLint (0.39.2)

DEPENDENCIES:
Expand All @@ -55,7 +35,7 @@ DEPENDENCIES:
- MJRefresh
- ReachabilitySwift
- SnapKit (= 5.0.0)
- Stem (= 0.0.32)
- Stem (= 0.0.33)
- SwiftLint

SPEC REPOS:
Expand All @@ -72,14 +52,14 @@ EXTERNAL SOURCES:
:path: "../EmptyPage.podspec"

SPEC CHECKSUMS:
EmptyPage: be21266851926f18c7eb242b546284180964c9ed
EmptyPage: c9cfc17563ba994e963fabf44d968ac51e2cfa8c
LookinServer: 0002891cd3cec5e082a910e897dfe71b4f06b89e
MJRefresh: 53e3e3219f204425ee6d3e62e8733d3295944cd6
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf
Stem: d3a0fc348887aa4936f512d1292f6e31d45d068a
Stem: 4cff14a2aa3febfb7e1aff2163b4f684e8fa9e34
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447

PODFILE CHECKSUM: 4e89378fb8a4c36d6c993835cf7081eff89c6fea
PODFILE CHECKSUM: cd174a9c35e3f255b701798021a94f485f4203b2

COCOAPODS: 1.9.3

0 comments on commit cb38153

Please sign in to comment.