Skip to content

Commit 5c75819

Browse files
committed
Commit for new version releas
1 parent 689a6b5 commit 5c75819

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Examples/MacOS/SampleMacSwift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'SampleMacSwift' do
77
pod 'SwiftLoggly’
88
# pod 'SwiftCSVExport'
99
10-
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.4.0'
10+
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.5.0'
1111
1212
# Pods for SampleMacSwift
1313

Examples/SampleSwift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'SampleSwift' do
88
pod 'SwiftLoggly’
99
# pod 'SwiftCSVExport'
1010
11-
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.4.0'
11+
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.5.0'
1212
1313
# Pods for SampleSwift
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Supported swift 4, 4.2 and 5 and latest Xcode
3030
pod 'SwiftCSVExport' , '= 2.0.2' // Swift 4
3131
pod 'SwiftCSVExport' , '= 2.0.3' // Swift 4.2
3232
pod 'SwiftCSVExport' , '= 2.3.0' // Swift 5
33-
pod 'SwiftCSVExport' , '= 2.4.0' // Latest Xcode 12
33+
pod 'SwiftCSVExport' , '= 2.5.0' // Latest Xcode 12
3434

3535

3636

SwiftCSVExport.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "SwiftCSVExport"
19-
s.version = "2.4.0"
19+
s.version = "2.5.0"
2020
s.summary = "Simple way to export csv file with rich feature framework and written in Swift 4, 4.2 and 5"
2121

2222
# This description is used to generate tags and improve search results.
@@ -67,7 +67,7 @@ Pod::Spec.new do |s|
6767
# s.platform = :ios, "5.0"
6868

6969
# When using multiple platforms
70-
s.ios.deployment_target = "8.0"
70+
s.ios.deployment_target = "9.0"
7171
s.osx.deployment_target = "10.9"
7272
s.swift_version = '5.0'
7373
# s.watchos.deployment_target = "2.0"

0 commit comments

Comments
 (0)