Skip to content

Commit

Permalink
refs #18 Update version to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Apr 23, 2018
1 parent a5e9a2b commit 4244b84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GSLCSVSerialization.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'GSLCSVSerialization'
s.version = '2.0.2'
s.version = '2.0.3'
s.author = 'GyazSquare'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/GyazSquare/GSLCSVSerialization'
s.source = { :git => 'https://github.com/GyazSquare/GSLCSVSerialization.git', :tag => 'v2.0.2' }
s.summary = 'An Objective-C CSV parser for iOS, OS X, watchOS and tvOS.'
s.source = { :git => 'https://github.com/GyazSquare/GSLCSVSerialization.git', :tag => 'v2.0.3' }
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'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 4244b84

Please sign in to comment.