Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Nov 30, 2020
1 parent fed1653 commit 344f508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftCSV.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftCSV"
s.version = "0.5.6"
s.version = "0.6.0"
s.summary = "CSV parser for Swift"
s.homepage = "https://github.com/swiftcsv/SwiftCSV"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -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.0", "4.2" ]
s.swift_versions = [ "5.3", "5.2", "5.1", "5.0", "4.2" ]

s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.9"
Expand Down

0 comments on commit 344f508

Please sign in to comment.