Skip to content

Commit 6d05a08

Browse files
committed
Fix Swift version in podspec
1 parent c2b1283 commit 6d05a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DistancePicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = { "Quentin Mathé" => "[email protected]" }
1111
s.social_media_url = "http://twitter.com/quentin_mathe"
1212

13-
s.swift_version = "4.2"
13+
s.swift_version = "5.0"
1414
s.platform = :ios, "8.0"
1515

1616
s.source = { :git => "https://github.com/qmathe/DistancePicker.git", :tag => "0.8.4" }

0 commit comments

Comments
 (0)