Skip to content

Commit

Permalink
bump version to 1.1.1, and update dependency on C family 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleisel committed Feb 25, 2020
1 parent 3c792a6 commit e69224d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.2")),
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.1.0")),
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.1.1")),
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions ZippyJSON.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZippyJSON'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'A ~4x faster, drop-in replacement for JSONDecoder'

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

s.source_files = 'Sources/**/*.{h,hh,mm,m,c,cpp,swift}'
s.dependency 'ZippyJSONCFamily', '~> 1.1.0'
s.dependency 'ZippyJSONCFamily', '1.1.1'
s.dependency 'JJLISO8601DateFormatter', '~> 0.1.2'
s.swift_version = '5.0'

Expand Down

0 comments on commit e69224d

Please sign in to comment.