Skip to content

Commit

Permalink
Commited the pod file
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshuvi committed Feb 4, 2021
1 parent 3632db9 commit 475aa1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.3.0'
pod 'SwiftCSVExport', :git => 'https://github.com/vigneshuvi/SwiftCSVExport.git', :tag => '2.4.0'
# Pods for SampleMacSwift
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Features

- Support swift 4, 4.2 and 5 and latest Xcode
- Support swift 4, 4.2 and 5 and latest Xcode(12)
- Able to give CSV file name, headers and rows using property keys.
- Able to convert JSON string into CSV.
- Able to Read the CSV file and convert to NSDictionary.
Expand All @@ -30,6 +30,8 @@ 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



```
Expand Down

0 comments on commit 475aa1f

Please sign in to comment.