Skip to content

Commit

Permalink
bump library version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Apr 25, 2019
1 parent 32f7388 commit ab2de47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftCSV.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "SwiftCSV"
s.version = "0.3.3"
s.version = "0.4.0"
s.summary = "CSV parser for Swift"
s.homepage = "https://github.com/naoty/SwiftCSV"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Naoto Kaneko" => "[email protected]" }
s.source = { :git => "https://github.com/naoty/SwiftCSV.git", :tag => s.version }
s.source = { :git => "https://github.com/swiftcsv/SwiftCSV.git", :tag => s.version }

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

0 comments on commit ab2de47

Please sign in to comment.