File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4747PODFILE CHECKSUM: fbd909bd1bf3747400cd705163fad38954f6a18f
Original file line number Diff line number Diff line change 1212
1313Pod ::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' ]
You can’t perform that action at this time.
0 commit comments