diff --git a/Examples/MacOS/SampleMacSwift/Podfile b/Examples/MacOS/SampleMacSwift/Podfile index efc0129..ec24996 100644 --- a/Examples/MacOS/SampleMacSwift/Podfile +++ b/Examples/MacOS/SampleMacSwift/Podfile @@ -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 diff --git a/Examples/SampleSwift/Podfile b/Examples/SampleSwift/Podfile index 09b49a0..4860889 100644 --- a/Examples/SampleSwift/Podfile +++ b/Examples/SampleSwift/Podfile @@ -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 diff --git a/README.md b/README.md index 8a771f6..1401769 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SwiftCSVExport.podspec b/SwiftCSVExport.podspec index 764f504..2bac38a 100644 --- a/SwiftCSVExport.podspec +++ b/SwiftCSVExport.podspec @@ -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.