Skip to content

Commit 039cc27

Browse files
bump Cocoapods version
1 parent 034ad3b commit 039cc27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftCSV.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftCSV"
3-
s.version = "0.6.0"
3+
s.version = "0.6.1"
44
s.summary = "CSV parser for Swift"
55
s.homepage = "https://github.com/swiftcsv/SwiftCSV"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
"Christian Tietze" => "[email protected]"
1010
}
1111
s.source = { :git => "https://github.com/swiftcsv/SwiftCSV.git", :tag => s.version }
12-
s.swift_versions = [ "5.3", "5.2", "5.1", "5.0", "4.2" ]
12+
s.swift_versions = [ "5.5", "5.4", "5.3", "5.2", "5.1", "5.0", "4.2" ]
1313

1414
s.ios.deployment_target = "9.0"
1515
s.osx.deployment_target = "10.9"

0 commit comments

Comments
 (0)