Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 7c00124

Browse files
committed
Upgrade podspec
1 parent 1f821f0 commit 7c00124

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CodableJSON.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CodableJSON'
3-
s.version = '2.0.2'
3+
s.version = '3.0.0'
44
s.summary = 'JSON in Swift - the way it should be'
55
s.description = <<-DESC
66
Simplify the way that you use JSON objects.
@@ -11,12 +11,12 @@ Pod::Spec.new do |s|
1111
s.authors = { 'Guy Kogus' => 'guy.kogus@gmail.com' }
1212
s.documentation_url = 'http://www.json.org'
1313

14-
s.ios.deployment_target = '9.0'
15-
s.osx.deployment_target = '10.9'
16-
s.tvos.deployment_target = '9.0'
17-
s.watchos.deployment_target = '2.0'
14+
s.ios.deployment_target = '12.0'
15+
s.osx.deployment_target = '10.13'
16+
s.tvos.deployment_target = '12.0'
17+
s.watchos.deployment_target = '4.0'
1818

19-
s.swift_version = '5.0'
19+
s.swift_version = '5.8'
2020
s.source = { git: 'https://github.com/guykogus/CodableJSON.git', tag: s.version.to_s }
2121
s.source_files = 'CodableJSON/*.swift'
2222
end

0 commit comments

Comments
 (0)