We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b107781 commit f5e5afbCopy full SHA for f5e5afb
ReSwiftThunk.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
16
spec.tvos.deployment_target = "9.0"
17
18
spec.module_name = "ReSwiftThunk"
19
- spec.swift_version = "4.2"
+ spec.swift_versions = ["5.0", "4.2", "4.1"]
20
spec.source = {
21
:git => "https://github.com/ReSwift/ReSwift-Thunk.git",
22
:tag => spec.version.to_s }
0 commit comments