Skip to content

Commit cef2199

Browse files
authored
iOS target only has to go to 11; tvOS also
1 parent 1538623 commit cef2199

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SwiftyJSON.podspec

Lines changed: 2 additions & 2 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"
12+
s.ios.deployment_target = "11.0"
1313
s.watchos.deployment_target = "3.0"
14-
s.tvos.deployment_target = "9.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)