Skip to content

Commit f5e5afb

Browse files
okaverinDivineDominion
authored andcommitted
Specify all officially supported Swift versions in podspec (#38)
1 parent b107781 commit f5e5afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReSwiftThunk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
spec.tvos.deployment_target = "9.0"
1717

1818
spec.module_name = "ReSwiftThunk"
19-
spec.swift_version = "4.2"
19+
spec.swift_versions = ["5.0", "4.2", "4.1"]
2020
spec.source = {
2121
:git => "https://github.com/ReSwift/ReSwift-Thunk.git",
2222
:tag => spec.version.to_s }

0 commit comments

Comments
 (0)