Skip to content

Commit

Permalink
Stop declaring Swift 5.0 support. (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio authored Aug 15, 2020
1 parent 58d92aa commit e4dbe09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = {"OTHER_SWIFT_FLAGS[config=Release]" => "$(inherited) -suppress-warnings" }

s.cocoapods_version = ">= 1.7.0"
s.swift_versions = ["5.0", "5.1"]
s.swift_versions = ["5.1", "5.2"]
end

0 comments on commit e4dbe09

Please sign in to comment.