Skip to content

Commit

Permalink
refs #30 Update version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Dec 6, 2019
1 parent 21b0b89 commit 416213b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GSLCSVSerialization.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'GSLCSVSerialization'
s.version = '3.0.1'
s.version = '4.0.0'
s.author = 'GyazSquare'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/GyazSquare/GSLCSVSerialization'
s.source = { :git => 'https://github.com/GyazSquare/GSLCSVSerialization.git', :tag => 'v3.0.1' }
s.source = { :git => 'https://github.com/GyazSquare/GSLCSVSerialization.git', :tag => 'v4.0.0' }
s.summary = 'An Objective-C CSV parser for iOS, macOS, watchOS and tvOS.'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.6'
Expand Down

0 comments on commit 416213b

Please sign in to comment.