Skip to content

Commit

Permalink
malcommac#598 Updated podspec swift version to 4.2 to silence warning…
Browse files Browse the repository at this point in the history
… when compiling pod
  • Loading branch information
malcommac committed Oct 26, 2018
1 parent 305b2bc commit bea1288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftDate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/malcommac/SwiftDate.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
s.swift_version = "4.0"
s.swift_version = "4.2"
end

0 comments on commit bea1288

Please sign in to comment.