Skip to content

Commit

Permalink
Release - 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshuvi committed Feb 5, 2021
1 parent a7258f9 commit fa7f262
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/MacOS/SampleMacSwift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'SampleMacSwift' do
pod 'SwiftLoggly’
# pod 'SwiftCSVExport'
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.5.0'
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.6.0'
# Pods for SampleMacSwift
Expand Down
2 changes: 1 addition & 1 deletion Examples/SampleSwift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'SampleSwift' do
pod 'SwiftLoggly’
# pod 'SwiftCSVExport'
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.5.0'
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.6.0'
# Pods for SampleSwift
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Supported swift 4, 4.2 and 5 and latest Xcode
pod 'SwiftCSVExport' , '= 2.0.2' // Swift 4
pod 'SwiftCSVExport' , '= 2.0.3' // Swift 4.2
pod 'SwiftCSVExport' , '= 2.3.0' // Swift 5
pod 'SwiftCSVExport' , '= 2.5.0' // Latest Xcode 12
pod 'SwiftCSVExport' , '= 2.6.0' // Latest Xcode 12



Expand Down
2 changes: 1 addition & 1 deletion SwiftCSVExport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "SwiftCSVExport"
s.version = "2.5.0"
s.version = "2.6.0"
s.summary = "Simple way to export csv file with rich feature framework and written in Swift 4, 4.2 and 5"

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit fa7f262

Please sign in to comment.