Skip to content

Commit ff865af

Browse files
committed
update minimum deployment targets for Xcode 14.3
according to https://developer.apple.com/support/xcode
1 parent 1538623 commit ff865af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SwiftyJSON.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Pod::Spec.new do |s|
99
s.requires_arc = true
1010
s.swift_version = "5.0"
1111
s.osx.deployment_target = "10.13"
12-
s.ios.deployment_target = "16.1"
13-
s.watchos.deployment_target = "3.0"
14-
s.tvos.deployment_target = "9.0"
12+
s.ios.deployment_target = "11.0"
13+
s.watchos.deployment_target = "4.0"
14+
s.tvos.deployment_target = "11.0"
1515
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => s.version }
1616
s.source_files = "Source/SwiftyJSON/*.swift"
1717
end

0 commit comments

Comments
 (0)