Skip to content

Commit 16c9ec6

Browse files
authored
fix: Set min pod spec Swift version to 5.5
1 parent 6fca92c commit 16c9ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ParseSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.osx.deployment_target = "10.15"
1515
s.tvos.deployment_target = "13.0"
1616
s.watchos.deployment_target = "6.0"
17-
s.swift_versions = ['5.3', '5.4', '5.5', '5.6', '5.7']
17+
s.swift_versions = ['5.5', '5.6', '5.7']
1818
s.source_files = "Sources/ParseSwift/**/*.swift"
1919
s.license = {
2020
:type => "Apache 2.0",

0 commit comments

Comments
 (0)