Skip to content

Commit 63c41c8

Browse files
authored
[Deps] Bump JJLISO8601DateFormatter version 1.50 → 1.7.0 (#66)
1 parent d25ffa8 commit 63c41c8

File tree

3 files changed

+23
-25
lines changed

3 files changed

+23
-25
lines changed

Package.resolved

Lines changed: 20 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: ["ZippyJSON"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.5")),
18+
.package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
1919
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.9")),
2020
],
2121
targets: [

ZippyJSON.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZippyJSON'
3-
s.version = '1.2.10'
3+
s.version = '1.2.11'
44
s.summary = 'A ~4x faster, drop-in replacement for JSONDecoder'
55

66
s.description = <<-DESC
@@ -18,7 +18,7 @@ ZippyJSON is a very fast library for converting JSON into Swift objects. It is f
1818

1919
s.source_files = 'Sources/**/*.{h,hh,mm,m,c,cpp,swift}'
2020
s.dependency 'ZippyJSONCFamily', '1.2.9'
21-
s.dependency 'JJLISO8601DateFormatter', '0.1.5'
21+
s.dependency 'JJLISO8601DateFormatter', '0.1.7'
2222
s.swift_version = '5.0'
2323

2424
s.test_spec 'Tests' do |test_spec|

0 commit comments

Comments
 (0)