Skip to content

Commit

Permalink
Commit for new version releas
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshuvi committed Feb 4, 2021
1 parent 689a6b5 commit 5c75819
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4.0'
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.5.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.4.0'
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.5.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.4.0' // Latest Xcode 12
pod 'SwiftCSVExport' , '= 2.5.0' // Latest Xcode 12



Expand Down
4 changes: 2 additions & 2 deletions 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.4.0"
s.version = "2.5.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 Expand Up @@ -67,7 +67,7 @@ Pod::Spec.new do |s|
# s.platform = :ios, "5.0"

# When using multiple platforms
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.9"
s.swift_version = '5.0'
# s.watchos.deployment_target = "2.0"
Expand Down

0 comments on commit 5c75819

Please sign in to comment.