diff --git a/SwiftCSV.podspec b/SwiftCSV.podspec index 9d24f90..c48c2cf 100644 --- a/SwiftCSV.podspec +++ b/SwiftCSV.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftCSV" - s.version = "0.6.0" + s.version = "0.6.1" s.summary = "CSV parser for Swift" s.homepage = "https://github.com/swiftcsv/SwiftCSV" s.license = { :type => "MIT", :file => "LICENSE" } @@ -9,7 +9,7 @@ Pod::Spec.new do |s| "Christian Tietze" => "me@christiantietze.de" } s.source = { :git => "https://github.com/swiftcsv/SwiftCSV.git", :tag => s.version } - s.swift_versions = [ "5.3", "5.2", "5.1", "5.0", "4.2" ] + s.swift_versions = [ "5.5", "5.4", "5.3", "5.2", "5.1", "5.0", "4.2" ] s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.9"