diff --git a/Examples/MacOS/SampleMacSwift/Podfile b/Examples/MacOS/SampleMacSwift/Podfile index 9dfea7d..efc0129 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.4.0' + pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.5.0' # Pods for SampleMacSwift diff --git a/Examples/SampleSwift/Podfile b/Examples/SampleSwift/Podfile index 244a780..09b49a0 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.4.0' + pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.5.0' # Pods for SampleSwift diff --git a/README.md b/README.md index 4264a9b..8a771f6 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.4.0' // Latest Xcode 12 +pod 'SwiftCSVExport' , '= 2.5.0' // Latest Xcode 12 diff --git a/SwiftCSVExport.podspec b/SwiftCSVExport.podspec index 57ae997..764f504 100644 --- a/SwiftCSVExport.podspec +++ b/SwiftCSVExport.podspec @@ -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. @@ -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"