Skip to content

Commit

Permalink
优化SmartUpdater
Browse files Browse the repository at this point in the history
  • Loading branch information
intsig171 committed Jul 29, 2024
1 parent 88c3b8a commit edcdf0e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- HandyJSON (5.0.0-beta.1)
- SmartCodable (4.1.3-beta)
- SmartCodable (4.1.3)
- SnapKit (5.6.0)

DEPENDENCIES:
Expand Down Expand Up @@ -39,7 +39,7 @@ SPEC CHECKSUMS:
CleanJSON: 910a36465ce4829e264a902ccf6d1455fdd9f980
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
HandyJSON: 582477127ab3ab65bd2e471815f1a7b846856978
SmartCodable: 33987134874cbd1f4bb3adadb1dc0b345bd22d82
SmartCodable: 2ae23d63d41c88fe58e6ce1a6dc2b596e804a597
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25

PODFILE CHECKSUM: 7f3af03f81934df0c035518074a7abbec8fa9d3f
Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/SmartCodable.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/SmartCodable/Test2ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Test2ViewController: BaseViewController {
override func viewDidLoad() {
super.viewDidLoad()

var dic1: [String : Any] = [
let dic1: [String : Any] = [
"name": "mccc",
"age": 10
]
Expand Down
2 changes: 1 addition & 1 deletion SmartCodable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Pod::Spec.new do |s|
s.name = 'SmartCodable'
s.version = '4.1.3-beta'
s.version = '4.1.3'
s.summary = '数据解析库'

s.homepage = 'https://github.com/intsig171'
Expand Down

0 comments on commit edcdf0e

Please sign in to comment.