Skip to content

Commit

Permalink
iOS target only has to go to 11; tvOS also
Browse files Browse the repository at this point in the history
  • Loading branch information
lanephillips committed Apr 6, 2023
1 parent 1538623 commit cef2199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyJSON.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.swift_version = "5.0"
s.osx.deployment_target = "10.13"
s.ios.deployment_target = "16.1"
s.ios.deployment_target = "11.0"
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "9.0"
s.tvos.deployment_target = "11.0"
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => s.version }
s.source_files = "Source/SwiftyJSON/*.swift"
end

0 comments on commit cef2199

Please sign in to comment.