Skip to content

Commit 31b991d

Browse files
committed
1.2.5
1 parent ba636b7 commit 31b991d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4'
3+
s.version = '1.2.5'
44
s.summary = 'A ~4x faster, drop-in replacement for JSONDecoder'
55

66
s.description = <<-DESC
@@ -17,7 +17,7 @@ ZippyJSON is a very fast library for converting JSON into Swift objects. It is f
1717
s.osx.deployment_target = '10.13'
1818

1919
s.source_files = 'Sources/**/*.{h,hh,mm,m,c,cpp,swift}'
20-
s.dependency 'ZippyJSONCFamily', '1.2.4'
20+
s.dependency 'ZippyJSONCFamily', '1.2.5'
2121
s.dependency 'JJLISO8601DateFormatter', '0.1.4'
2222
s.swift_version = '5.0'
2323

0 commit comments

Comments
 (0)