Skip to content

Commit 2403a16

Browse files
author
Michael Eisel
committed
increment pod version to 1.2.0
1 parent 9ef29be commit 2403a16

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

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

1818
s.source_files = 'Sources/**/*.{h,hh,mm,m,c,cpp,swift}'
19-
s.dependency 'ZippyJSONCFamily', '1.1.1'
19+
s.dependency 'ZippyJSONCFamily', '1.2.0'
2020
s.dependency 'JJLISO8601DateFormatter', '~> 0.1.2'
2121
s.swift_version = '5.0'
2222

0 commit comments

Comments
 (0)