File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'CodableCSV'
3- s . version = '0.6.0 '
3+ s . version = '0.6.1 '
44 s . summary = "Read and write CSV files row-by-row or through Swift's Codable interface."
55
66 s . homepage = 'https://github.com/dehesa/CodableCSV'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ You can choose to add the library through SPM or Cocoapods:
3737 let package = Package (
3838 /* Your package name, supported platforms, and generated products go here */
3939 dependencies : [
40- .package (url : " https://github.com/dehesa/CodableCSV.git" , from : " 0.6.0 " )
40+ .package (url : " https://github.com/dehesa/CodableCSV.git" , from : " 0.6.1 " )
4141 ],
4242 targets : [
4343 .target (name : /* Your target name here */ , dependencies : [" CodableCSV" ])
@@ -48,7 +48,7 @@ You can choose to add the library through SPM or Cocoapods:
4848- [Cocoapods](https :// cocoapods.org).
4949
5050 ```
51- pod 'CodableCSV', '~> 0.6.0 '
51+ pod 'CodableCSV', '~> 0.6.1 '
5252 ```
5353
5454</ p></ details>
You can’t perform that action at this time.
0 commit comments