Skip to content

Commit

Permalink
bump to version 1.1.0, use C family at 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleisel committed Jan 13, 2020
1 parent 947b1ea commit adfde5d
Showing 1 changed file with 2 additions and 2 deletions.
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.0.1'
s.version = '1.1.0'
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.0.0'
s.dependency 'ZippyJSONCFamily', '~> 1.1.0'
s.dependency 'JJLISO8601DateFormatter', '~> 0.1.2'
s.swift_version = '5.0'

Expand Down

0 comments on commit adfde5d

Please sign in to comment.