Skip to content

Commit 2b01d14

Browse files
committed
V
1 parent 5efdf4a commit 2b01d14

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SPEC CHECKSUMS:
4141
CleanJSON: 910a36465ce4829e264a902ccf6d1455fdd9f980
4242
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
4343
HandyJSON: 582477127ab3ab65bd2e471815f1a7b846856978
44-
SmartCodable: 45aa200d57f9f88eb48c0d2dcb555553ae9f8d44
44+
SmartCodable: ff4c6dd2fe27f724321279b5c04ec8558405a2b9
4545
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25
4646

4747
PODFILE CHECKSUM: fbd909bd1bf3747400cd705163fad38954f6a18f

SmartCodable.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Pod::Spec.new do |s|
1414
s.name = 'SmartCodable'
15-
s.version = '5.1.3'
15+
s.version = '5.1.4'
1616
s.summary = 'Swift数据解析库'
1717

1818
s.homepage = 'https://github.com/iAmMccc/SmartCodable'
@@ -22,10 +22,10 @@ Pod::Spec.new do |s|
2222

2323
s.swift_version = '5.0'
2424

25-
s.ios.deployment_target = '11.0'
26-
s.tvos.deployment_target = "12.0"
27-
s.osx.deployment_target = '10.13'
28-
s.watchos.deployment_target = '5.0'
25+
s.ios.deployment_target = '13.0'
26+
s.osx.deployment_target = '10.15'
27+
s.tvos.deployment_target = "15.0"
28+
s.watchos.deployment_target = '6.0'
2929
s.visionos.deployment_target = "1.0"
3030

3131
s.default_subspecs = ['Core']

0 commit comments

Comments
 (0)